-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilos.css
More file actions
49 lines (42 loc) · 1022 Bytes
/
Copy pathestilos.css
File metadata and controls
49 lines (42 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
body {
background: url(https://wallpaperaccess.com/full/1132045.jpg);
font-family: Calibri, sans-serif;
background-color: #ffffff;
}
.contenedor {
font-family: Arial, Haettenschweiler, sans-serif;
color: white;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background: url(https://latam.kaspersky.com/content/es-mx/images/repository/isc/2021/encryption-1.jpg);
border-radius: 5px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
label {
display: block;
margin-top: 10px;
}
textarea, input {
width: 100%;
padding: 8px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
button {
display: inline-block;
padding: 8px 16px;
background-color: #ff0000;
color: #fff;
border: none;
border-radius: 3px;
cursor: pointer;
}
button:hover {
background-color: #682424;
}