forked from parthpandyappp/nuevo-resuelto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
58 lines (52 loc) · 1.01 KB
/
signup.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
body{
/* NewRes */
background-color: #9CF7EC;
position: absolute;
width: 870px;
height: 84px;
left: 262px;
top: 80px;
font-family: Major Mono Display;
font-style: normal;
font-weight: normal;
font-size: 96px;
line-height: 96px;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(4px);
}
*{
outline: none;
border: none;
padding: 0;
margin: 0;
box-sizing: border-box;
}
#title_container{
width: 100%;
height: 225px;
display: flex;
justify-content: center;
align-items: center;
background-color: #9CF7EC;/*#467599;*/
box-shadow: 0 0 30px -18px #9CF7EC;
}
#title_inner_container{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
/* background-color: #083D77; */
border-radius: 200px;
}
#title{
display: inline-block;
color: #FBFBFB;/*EBEBD3, C5283D*/
font-size: 55px;
letter-spacing: 2px;
user-select: none;
}
.jumbotron{
background-color: #9CF7EC;
}