-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (41 loc) · 950 Bytes
/
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
#content{
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: #ffffff41;
backdrop-filter: blur(30px);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
border-radius: 40px;
height: auto;
width: 80vw;
margin: auto;
padding-left: 20px;
padding-right: 20px;
}
body{
background-image: url(jonny-gios-RQQRZ0G296E-unsplash.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
font-family: Montserrat;
color:black;
}
*{
font-family: Montserrat;
border-radius: 10px;
padding: 10px;
outline: none;
stroke: none;
border-width: 0;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
line-height: inherit;
background-color: none;
}
h1{
font-weight: bold;
font-size: 40px;
}
#message-input, #name-input, #pwd-input {
background-color: #ffffff00;
backdrop-filter: blur(2000000px);
}