forked from AswinPG/FossLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles1.css
More file actions
54 lines (54 loc) · 1.36 KB
/
styles1.css
File metadata and controls
54 lines (54 loc) · 1.36 KB
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{
margin:;
padding: 0;
background: url(http://idolza.com/a/f/d/design-hd-wallpaper-wood-background_cool-designs-wallpaper_christmas-decor-photos-bathroom-decoration-ideas-home-trends-2014-ceiling-canopy-for-bed-modern-bedside-lamps-black-furnitur.jpg);
background-size: cover,auto;
background-position: top;
font-family: sans-serif;
background-repeat:no-repeat;
}
#main-box{
width: 550px;
height: 550px;
background-image: url(http://globalmedicalco.com/photos/globalmedicalco/2/8461.jpg);
//background: rgba(0, 0, 0, 0.5);
background-position: right;
color: #fff;
border-radius: 10%;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
box-sizing: border-box;
padding: 70px 30px;
}
.avatar{
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: calc(50% - 50px);
}
#main-box input[type="submit"]
{
border: none;
outline: none;
text-align: center;
height: 40px;
width: 480px;
background: #1c8adb;
color: #fff;
font-size: 18px;
border-radius: 20px;
margin-bottom: 50px;
margin-top: 50px;
}
}
#main-box input[type="submit"]:hover
{
cursor: pointer;
background: #39dc79;
color: #000;
}
#my_centered_buttons { display: flex; justify-content: center; }