-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.css
94 lines (79 loc) · 1.43 KB
/
mystyle.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
body{
background-color:white;
color: black;
}
.outer{
margin: auto;
width: 50%;
border: 1px solid black;
top:10%;
}
.inner{
margin: auto;
width: 50%;
padding-left: 25%;
padding-top: 10%;
padding-bottom: 2%;
}
.fa {
padding: 20px;
font-size: 10px;
width: 10px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 75%;
}
.fa-facebook {
background: #3B5998;
color: white;
text-align: center;
}
.fa-twitter {
background: #55ACEE;
color: white;
text-align: center;
}
.icon{
padding-left: 40%;
}
.header{
background-color:#000;
color:#fff;
border-color: #080808;
min-height: 50px;
border: 1px solid transparent;
}
.inner-head{
width:80%;
margin:auto;
}
.logo{
float: left;
height: 50px;
padding: 25px;
font-size: 20px;
font-weight: bold;
}
.header-link{
float:right;
font-size:14px;
height: 50px;
padding: 15px 5px;
font-size:16px;
}
body{
width: 100%;
height: 100%;
margin: 0;
}
a{
text-decoration: none;
background-color: transparent;
color:#ededed;
}
footer{
background-color: #000;
color:#fff;
font-size:14px;
}