-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_style.css
113 lines (91 loc) · 1.33 KB
/
index_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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
header {
position: fixed;
width: 100%;
text-align: center;
}
header {
background:#58A4B0;
perspective:150px;
box-shadow: 0 5px 20px #465C69,
inset 0 -2px 10px grey;
top:0;
color:#D8DBE2;
}
header h1:hover {transform:rotateX(45deg);
color:#AFB3F7;
transition-duration: 1s;
box-shadow: 0 5px 20px #AFB3F7,
inset 0 -2px 10px grey;
}
.divClassOne{
height: 130px;
}
body {
background: #99ddff;
margin: 0;
}
h1 {
font-family:"VT323";
font-size: 48px;
}
div {
margin-top: 20px
}
.divLunch {
margin-top: 130px
}
.divLunch2 {
margin-top: 75px
}
img {
max-width: 100%;
}
blockquote p {
font-weight:bold;
font-style:italic
}
a{
text-decoration:none
}
.navLists {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 70%;
margin: auto;
padding: 0;
}
main{
display: flex;
width: 70%;
margin: auto;
justify-content: center;
flex-direction: column;
}
nav{
width: 100%;
position: fixed;
background: #A9BCD0;
color: black;
}
.newsHeadline{
font-size: 48px;
display: flex;
justify-content: center;
}
header a:visited{
color:#D8DBE2
}
img{
width: 500px;
}
main a{
font-size: 30px;
}
.sportsMain{
display:flex;
flex-direction: row;
}
section div{
height: 100px;
}