-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
111 lines (92 loc) · 1.5 KB
/
main.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
body {
background-color: black;
}
.gotoButton {
float: right;
}
.floatingMenu {
border: 1px solid dimgrey;
color: yellow;
background-color: dimgrey;
position: fixed;
bottom: 100px;
right: 10px;
}
.div_button {
margin-right: auto;
float: right;
}
.headLine {
background-color: black;
width: 700px;
margin: auto;
text-align: center;
border-bottom:3px solid white;
}
#TeamName {
font-size: 100px;
color: #dbd823;
text-shadow: 4px 5px 1px dimgrey;
}
#RealTeamName {
font-size: 30px;
color: #dbd823;
}
#click{
width: 200px;
}
.main {
border-radius: 10px;
width: 100%;
height: 1000px;
background-color: black;
/*background-image: linear-gradient(black, #fee0ff);*/
}
#link {
color: black;
font-size: 70px;
text-align: center;
}
#first_project {
font-size: 50px;
text-align: center;
color: #dbd823;
text-shadow: 2px 3px 1px dimgrey;
}
#img {
float: left;
width: 700px;
}
.info {
background-color: black;
width: 300px;
height: 100px;
margin: auto;
color: lavender;
}
#img {
width: 700px;
height: 355px;
}
#icon{
width: 30px;
height: 30px;
}
#second_project {
font-size: 50px;
color: #dbd823;
text-shadow: 2px 3px 1px dimgrey;
text-align: center;
}
a {
text-decoration: none;
color: LavenderBlush;
}
.floatingMenu {
border-radius: 20px 0px 0px 20px;
width: 70px;
height: 150px;
}
.clock{
background-color: white;
}