-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
50 lines (45 loc) · 812 Bytes
/
index.css
File metadata and controls
50 lines (45 loc) · 812 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
body {
margin: auto;
background-color: lavenderblush;
border: solid 15px lightgray;
}
main {
margin: 0px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
img {
width: 680px;
height: 320px;
margin-top: 30px;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
letter-spacing: 3px;
text-align: center;
padding-top: 5px;
padding-bottom: 15px;
margin: 0px;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: 100;
font-style: italic;
letter-spacing: 30px;
text-align: center;
margin: 0px;
margin: 20px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 100;
font-style: italic;
letter-spacing: 10px;
text-align: center;
margin: 0px;
}