-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (72 loc) · 1.39 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
@import url('https://fonts.googleapis.com/css2?family=Geologica&display=swap');
body {
background: rgb(0,212,255);
background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(9,217,218,1) 100%);
}
.title {
width: 200px;
margin: 0 auto;
}
h1 {
display: flex;
justify-content: center;
font-size: 800%;
font-family: 'Geologica', sans-serif;
color: white;
}
form {
margin: 0 auto;
background-color: white;
border-radius: 12px;
width: 50%;
}
input {
border:none;
background-color: transparent;
color: black;
outline: 0;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
width: 97%;
font-size: 16px;
font-family: 'Geologica', sans-serif;
}
.extras {
margin-top: 10%;
text-align: center;
font-family: 'Geologica', sans-serif;
font-size: 20px;
color: white;
}
.links {
width: 30%;
margin: 0 auto;
}
.a1 {
color: white;
text-decoration: none;
font-family: 'Geologica', sans-serif;
}
.a2 {
color: white;
text-decoration: none;
font-family: 'Geologica', sans-serif;
}
.github {
margin-top: 8%;
background-color: black;
text-align: center;
float: left;
width: 45%;
border-radius: 12px;
}
.bubble {
margin-top: 8%;
background-color: black;
text-align: center;
float: right;
width: 45%;
border-radius: 12px;
}