-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (36 loc) · 774 Bytes
/
style.css
File metadata and controls
45 lines (36 loc) · 774 Bytes
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
/*
Theme Name: boston Child
Theme URI:
Description: boston Child Theme
Author: John Doe
Author URI: http://example.com
Template: boston
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boston-child
*/
.frontPage.bigLinks{
height:270px;
background-color: silver;
width: 100%;
}
.frontPage.bigLinks{
height:445px;
width: 100%;
}
.frontPage.bigLinks .box{
position: relative;
height:100%;
float: left;
width:33.3%;
background-color: gray;
}
.frontPage.bigLinks .foot{
position: absolute;
bottom: 0;
width: 100%;
height: 15%;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
}