-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
82 lines (82 loc) · 1.37 KB
/
styles.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
body {
margin: 0px;
margin-bottom: 10%;
background: rgb(255,255,255);
font-family: "sans-serif";
color: rgb(0, 0, 0);
}
.menu {
color: #ffffff;
}
#clock {
position: absolute;
top: 0px;
right: 0px;
}
#Intro {
font-weight: bold;
font-size: 300%;
text-align: center;
text-shadow: 0 0 5px #000000;
}
#introduction{
font-size: 50%;
font-weight: normal;
}
.main-header
{
position: sticky;
position: -webkit-sticky;
top: 0;
background-color: #0055aa;
color: solid #ffffff;
}
#icona
{
top: 1%;
left: 0px;
}
.btn {
font-size: 50%;
font-weight: normal;
width: 200px;
padding: 10px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
text-decoration: none;
border-radius: 20px;
color: white;
border: 3px solid white;
}
.heroImage {
background-size: cover;
background-image: url("images/cmu_night.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: #0055aa;
height: 80vh;
width: 100%;
color: #ffffff;
display: flex;
justify-content: center;
}
.proj {
justify-content: center;
text-align: center;
font-weight: bold;
font-size: 200%;
}
.botlinks
{
width: 200px;
padding: 10px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
text-decoration: none;
border-radius: 20px;
color: black;
border: 3px solid black;
}