-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
94 lines (83 loc) · 1.6 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
94
body {
font-family: "Segoe UI", sans-serif;
margin: 0;
padding: 0;
background-color: #f2f2f2;
}
.container-search {
max-width: 800px;
margin: 50px auto;
text-align: center;
position: relative;
}
.search-container {
margin-top: 20px;
}
.search-input {
width: 500px;
height: 40px;
font-size: 16px;
padding: 10px;
border: none;
margin: 0;
color: rgb(78, 78, 78);
word-wrap: break-word;
outline: none;
display: flex;
border-radius: 4px;
}
.search-button {
height: 40px;
font-size: 16px;
background-color: #303134;
border: 1px solid #303134;
border-radius: 4px;
color: #fff;
}
.who-are-me {
text-align: center;
padding: 20px;
border-bottom: 3px solid gray;
}
.menu-bar {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px;
}
.discord {
text-align: center;
padding: 20px;
margin: 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-bottom: 3px solid gray;
}
.features {
text-align: center;
padding: 20px;
border-bottom: 3px solid gray;
}
.discord iframe {
margin-top: 20px;
}
.discord h1, .discord h2 {
margin-bottom: 20px;
}
.discord p {
margin: 10px 0;
}
.menu-bar a {
color: #fff;
text-decoration: none;
margin: 0 10px;
}
.main-section-home {
text-align: center;
padding: 50px;
}
.about {
background: rgb(71, 71, 71);
color: #c9c9c9;
}