-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (37 loc) · 745 Bytes
/
Copy pathstyles.css
File metadata and controls
44 lines (37 loc) · 745 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
/*** TAG SELECTORS ***/
body {
background-color: hsl(212, 45%, 89%);
text-align: center;
}
div {
background-color: white;
border-radius: 5%;
margin: 120px auto;
padding: 0.7%;
width: 18%;
}
h3 {
color: hsl(218, 44%, 22%);
font-family: 'Outfit', sans-serif;
font-size: 18px;
font-weight: 700;
margin: auto;
padding: 15px;
width: 80%;
}
img {
border-radius: 5%;
margin-top: 8px;
width: 95%;
}
p {
color: hsl(220, 15%, 55%);
font-family: 'Outfit', sans-serif;
font-size: 15px;
font-weight: normal;
margin: auto;
padding: 10px;
width: 75%;
}
/*** CLASS SELECTORS ***/
/*** ID SELECTORS ***/