-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (47 loc) · 834 Bytes
/
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
header {
background-color: #eeebdd;
border-left: 2px solid black;
border-top: 2px solid red;
border-radius: 4px ;
}
h1 {
text-align: center;
}
header nav li,a {
display: inline-block;
width : calc ((100%-100px)/5);
margin-left : 20px;
color: black;
}
header nav li a {
text-decoration: none ;
border: 2px solid #ffc93c ;
border-radius: 4.5px;
}
main {
background-color : #ffc93c;
}
h3{
text-align: center;
border : 2px solid black;
border-radius: 5px;
}
img {
width:250px;
height: 180px;
}
footer{
background-color :gray;
text-align: center;
}
#first_id {
font-size: 18px;
}
.par {
font-size: 17px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
main article a{
text-decoration: none;
border: 1px solid black;
}