-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebdev.css
More file actions
66 lines (58 loc) · 889 Bytes
/
Copy pathwebdev.css
File metadata and controls
66 lines (58 loc) · 889 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
body{margin:0;
background-color: #f8f8f8;
text-align: center;
font-family: 'Work Sans', sans-serif;
color: #454545;
font-size: 18px;
max-width:1200px;
align-items:center ;
margin:auto;
font-weight : normal;
}
h1{
text-align: center ;
font-family: 'Raleway', sans-serif;
color: #3e2f13;
text-decoration-line: none;
font-size:22px;
}
img
{
height:210px ;
width:300px ;
justify-content:center;
margin-left:auto;
margin-right:auto;
padding:50px 50px 20px 50px;
}
figcaption{
text-align: center;
font-style:italic ;
font-size :14px ;
}
.hr{
height:0.1em ;
background-color:black;
}
main{
}
.vertical-line{
border-left:3px solid black;
height: 80px;
display: inline-block;
}
ul{
justify-content:center;
text-align:left ;
line-height:2;
font-weight:500;
}
li{
margin:10px;
}
p{
font-family:;
}
footer{
text-align:center ;
}