-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathHome.css
54 lines (49 loc) · 956 Bytes
/
Home.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
body
{
background-image: url("https://www.tokkoro.com/picsup/3029533-coffee_color_cup-of-coffee_drink_fabric_notebook_notepad_office_paper_pattern_pen_placemat_table_textile_texture_work_workplace.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.background
{
max-width:700px;
padding: 20px;
position: relative;
margin: 20px auto;
background: rgba(255,255,255,0.8);
font-family: Quicksand;
}
#center
{
text-align: center;
}
.ip
{
width: 400px;
border:2px solid #19bf7d;
outline:none;
background:none;
border-radius: 50px;
padding: 3px 7px;
font-size: 20px;
height:40px;
max-width: 90%;
position: relative;
margin:auto;
}
.button
{
border:none;
outline:none;
background: #19bf7d;
font-size: 20px;
font-aline:center;
color:white;
width: 40%;
height: 50px;
text-shadow: 2px 2px #000000;
border-radius: 50px;
}
::-webkit-scrollbar {
display: none;
}