-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (80 loc) · 1.47 KB
/
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
body{
background-color: #06070F;
margin: 0px;
min-height: 100vh;
}
#icon1{
display: block;
margin-left: auto;
margin-right: auto;
height: 150px;
width: 400px;
}
p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 2.5rem;
font-weight: 200;
color:#f5fffa;
}
#intro{
margin:0 auto;
text-align:center;
}
#discordtag{
margin:0 auto;
text-align:center;
text-decoration:cyan dotted underline;
font-size:1.5rem;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight:normal;
}
#animegif{
margin-left: auto;
margin-right: auto;
display: block;
}
#thugg{
color:darkblue;
}
#sometimesall{
float: left;
}
h2{
color: #f5fffa;
text-align:center;
}
li{
list-style: none;
}
a.button{
text-decoration: none;
color:mintcream;
font-size:1.2rem;
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-weight: bold;
transition: color 66ms;
}
a.button:hover{
color: #FB3949;
}
.navbar{
width: 100%;
height:60px;
max-width:830px;
margin:0 auto;
display:flex;
align-items: center;
justify-content: space-between;
}
.navbar .links{
display: flex;
gap: 5rem;
}
.longassintro{
border: 2px;
border-radius: 1px;
border-color: #FB3949;
border-style: dotted;
margin-left: 20px;
margin-right: 20px;
}