-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab03a.css
54 lines (50 loc) · 780 Bytes
/
lab03a.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
*{
margin: 0;
padding: 0;
font-family: 'Dosis', sans-serif;
}
h1{
width: 80%;
margin: auto;
text-align: center;
padding-top: 100px;
font-size: 36px;
font-weight: 600;
}
p{
color: black;
font-size: 14px;
font-weight: 300;
line-height: 22px;
padding: 10px;
text-align: center;
}
.dolphin{
flex-basis: 31%;
background: #fff3f3;
border-radius: 10px;
margin-bottom: 5%;
padding: 20px 12px;
box-sizing: border-box;
}
.threat{
flex-basis: 31%;
background: #fff3f3;
border-radius: 10px;
margin-bottom: 5%;
padding: 20px 12px;
box-sizing: border-box;
}
h3{
text-align: center;
font-weight: 600;
margin: 10px 0;
}
.selfie{
flex-basis: 31%;
background: #fff3f3;
border-radius: 10px;
margin-bottom: 5%;
padding: 20px 12px;
box-sizing: border-box;
}