-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (97 loc) · 1.75 KB
/
style.css
File metadata and controls
127 lines (97 loc) · 1.75 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
background-image: linear-gradient(20deg, rgba(35, 131, 110, 0.664),
rgba(77, 118, 255, 0.377)), url("neat.jpg");
background-repeat: no-repeat;
background-size: contain;
text-align:center;
color: white;
font-family: "Goudy Old Style";
}
/*
body {
background: rgb(156, 184, 211);
background-image: <src= abrick.jpg>;
box-shadow: 10px 0px 25px rgba(51, 51, 51, 0.7),
-10px 0px 25px rgba(51, 51, 51, 0.7);
margin: 0px auto;
width: 1020px;
text-align:center;
}*/
h1 {
font-size: 85px;
font-weight: bold;
padding: 0px;
margin: 0px;
}
h3 {
font-size: 40px;
padding: 0px;
margin: 0px;
margin-top: 150px;
}
h2 {
margin-top: 210px;
font-size: 40px;
}
.up {
margin-top: 90px;
}
h4{
font-size: 35px;
}
p {
font-weight: bold;
font-size: 23px;
margin-left: 100px;
margin-right: 100px;
}
footer{
padding-top: 70px;
display: flex;
}
p1{
flex: 50%;
font-size: 20px;
}
.row {
display: flex;
margin-left: 500px;
margin-right: 500px;
padding: 0px;
}
li {
padding:7px;
}
.column {
flex: 50%;
font-weight: bold;
font-size: 30px;
list-style-type: none;
margin-top: 50px;
background-color:rgb(27, 85, 137);
}
img {
border-radius: 175px;
}
#navlist{
padding-top: 50px;
}
#navlist a{
color: rgb(9, 11, 153);
font-weight: bold;
font-family: "Goudy Old Style";
text-decoration: none;
font-size: 27pt;
padding: 20px 15px;
}
#navlist > a:hover {
color: rgba(148, 46, 46, 0.897);
}
.flex-container > div {
}
.flex-container {
display: flex;
flex-direction:row;
flex-flow: wrap;
justify-content: space-around;
}