-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylemyprof.css
98 lines (88 loc) · 1.42 KB
/
stylemyprof.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.my-profile
{
width: 400px;
right: 200px;
box-shadow: 0 0 10px 1px #00687D;
background: #fff;
padding: 30px;
margin: 0 ;
text-align: center;
color: #141E4D;
font: Hahmlet;
margin-bottom: 30px;
position: relative;
left: 800px;
top: -175px;
}
.input-box
{
border-radius: 20px;
padding: 10px;
margin: 10px 0;
width: 80%;
border: 1px solid #999;
outline: none;
}
button
{
color: #666b84;
width: 45%;
padding: 10px;
border-radius: 20px;
font-size: 15px;
margin: 10px 0;
border: none;
outline: none;
cursor: pointer;
}
.button
{
font-size: 14px;
display: inline-block;
padding: 10px;
text-decoration: none;
color: #444;
}
.info{
width:400px;
margin:0;
border:1px solid #eeeeee;
box-shadow: 0 0 15px 1px #00687D;
background: #ffffff;
padding:10px;
position: relative;
left: 200px;
top: 0px;
}
table{
border:1px solid #eeeeee;
border-collapse: collapse;
width:100%;
text-align: center;
color: #141E4D;
}
table th{
border:1px solid #eeeeee;
text-align:center;
color:#141E4D;
height:40px;
}
table td{
border:1px solid #eeeeee;
padding:5px;
text-align: center;
color: #141E4D;
}
.footer1 {
left: 0;
bottom: 0;
width: 100%;
height: 80px;
top: 920px;
padding-top: 30px;
text-align: center;
background: #051426;
color: white;
position: absolute;
font-family: Trebuchet MS;
}