-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilosoferta.css
More file actions
68 lines (50 loc) · 912 Bytes
/
estilosoferta.css
File metadata and controls
68 lines (50 loc) · 912 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
html{
text-align: center;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(226,139,162,1) 72%, rgba(226,139,158,1) 100%);
}
h1 {
margin-top: 10%;
}
header {
text-decoration: none;
background-color: #e28b9e;
border-radius: 10px;
position: relative;
}
a {
text-decoration: none;
}
li {
list-style: none;
text-decoration: none;
}
nav{
text-align: center;
}
nav ul{
list-style: none;
display: inline-block;
padding:8px;
}
nav ul li{
float: left;
margin-top: 10px;
}
nav ul li a {
color: black;
text-decoration: none;
font-size: 20px;
padding: 30px;
text-decoration: none;
font-size: 25px;
}
button{
height: 50px;
width: 200px;
border-radius: 15px;
font-size: 30px;
background-color: #ffffff;
text-decoration: none;
margin-top: 30px;
}