-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (62 loc) · 1.22 KB
/
style.css
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
68
69
70
71
72
73
74
body {
background-color: darkolivegreen;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;
}
header {
text-align: center;
margin-top: 50px;
padding-left: 10%;
padding-right: 10%;
}
main {
max-width: 600px;
width: 60%;
margin: 30px auto;
flex-wrap: wrap;
max-width: fit-content;
}
section div {
padding: 20px;
padding-top: 20px;
padding-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
border-radius: 50px;
background-color: rgb(255, 255, 255);
}
ul {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 20px;
}
section ul li {
transition: transform .3s;
}
section ul li:hover {
transform: scale(1.4,1.4);
}
footer {
text-align: center;
color: white;
font-size: 15px;
margin-bottom: 50px;
}
.class-info img {
width: 70%;
height: 40%;
align-content: center;
}
.fotos-deitadas img {
width: 60%;
border-radius: 5%;
}
.fotos-retas img {
width: 60%;
border-radius: 5%;
}
.class-video video {
width: 90%;
border-radius: 5%;
}