-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
45 lines (45 loc) · 797 Bytes
/
css.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
html, body{
height: 100%;
}
body{
display: flex;
justify-content: center;
align-items: center;
}
font
{
color: #45BCFF;
}
input
{
background-color: transparent;
outline:none;
border: none;
}
.mdui-card{
width: 300px;
border-radius: 10px;
}
h2,p
{
color: #5DB1FF;
}
h3{
color: #5D84FF;
}
textarea
{
white-space:normal;
word-break:break-all;
word-wrap:break-word;
width: 250px;
background-color: transparent;
border: none;
resize: none;
outline:none;
height:300px;
}
a{
font-size: 20px;
color: #5DB1FF;
}