-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
133 lines (100 loc) · 1.84 KB
/
styles.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/*@import 'https://fonts.googleapis.com/css?family=Taviraj|Trirong|Ubuntu+Condensed';*/
.row {
height: 100px;
margin-left:-4.5%;
margin-bottom:5%;
text-align: center;
}
.well{
margin-top:3%;
width:60%;
margin:auto;
}
/*.container{
text-align: center;
}*/
body{
font-family: 'Libre Franklin', sans-serif;
}
header {background-color: #e83400;
}
nav{
display: inline;
}
#navigation-menu li{
text-align: justify;
padding: 10px;
display: inline;
font-family: Tavira;
}
.navigation-menu-container {
padding: 10px;
border: 0;
font-size: 12px;
font-weight: normal;
display: inline-block;
}
h1{
width: 20%;
display: inline;
}
footer{
background-color:#e83400;
text-align: center;
font-family: Trirong;
}
.firstparagraph{
float: left;
display: block;
margin: 15px 2% 0 2%;
width: 25%;
text-align: justify;
}
.lastparagraph{
float: right;
display: block;
margin: 15px 2% 0 2%;
width: 25%;
text-align: justify;
}
.button {
background:url(images/black2.jpg) no-repeat;
background-size: 100%;
cursor:pointer;
width: 100px;
height: 100px;
border: none;
color: #e83400;
/*margin: 0 auto;*/
margin-bottom:5px;
text-align:center;
font-family: 'Libre Franklin', sans-serif;
color:silver;
}
}
.col-md-2{
text-align: center;
display:inline-block;
}
.button:active /* use Dot here */
{
background:url(images/black2.jpg) no-repeat;
}
#res h3{
margin-top:0;
}
.navbar-header{
width:100%;
margin:auto;
text-align:center;
}
a.navbar-brand{
font-size: 4em;
}
.container-fluid{
text-align:center;
margin-left:35%;
}
footer{
margin-top:10%;
}