-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (42 loc) · 894 Bytes
/
styles.css
File metadata and controls
42 lines (42 loc) · 894 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
* {
font-family: 'Times New Roman', Times, serif
}
body {
background-color: cornflowerblue;
}
.title {
text-align: center;
border-style: solid;
border-radius: 25px;
background-color:white;
}
.home {
text-align: center;
font-size: 56px;
}
.redirect {
border-style: solid;
border-color: black;
padding: 10px 10px 10px 10px;
border-width: 5px;
color:white;
background-color:darkblue;
text-decoration: none;
}
.info {
border-style: solid;
border-color:black;
padding-left: 10px;
}
.top {
text-align: center;
font-size: 24px;
}
.homebackground {
background-image: url("https://images.unsplash.com/photo-1542831371-29b0f74f9713?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=2000&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ");
background-size: 1500px;
}
.summary {
text-align: center;
font-size: 24px;
}