-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (107 loc) · 1.65 KB
/
style.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
body{
font-family: 'Open Sans', sans-serif;
}
*{
box-sizing: border-box;
}
ul{
list-style-type:none;
margin:0;
padding:0 10% 0 3%;
overflow: hidden;
/* background-color:#333; */
}
li{
float:right;
}
li a{
display:block;
color:#fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
background-color:#111;
}
.container{
height: 640px;
background-color:black;
}
.logo{
height:80px;
width:100px;
}
.logo-img{
float:left!important;
}
.row{
display:flex;
padding: 0 0 0 5%;
}
.column{
flex:65%;
padding: 10px;
color:#fff;
/* height:100%!important; */
}
/* .left {
width: 70%!important;
background-color:red;
}
.right {
width: 30%!important;
background-color:blue;
} */
div.column:nth-of-type(1){
flex: 1;
/* background: #1B2631; */
padding-right:10%;
}
div.column:nth-of-type(2){
flex: 0.5;
/* background:#424949; */
}
.title{
font-size: 3.5rem;
font-weight:700;
margin-bottom:0px!important;
}
.sub-title{
font-size:3.0rem;
font-weight:600;
margin-top:0px!important;
margin-bottom:12px!important;
}
.subsub-title{
font-weight:100!important;
}
.coke{
height:400px;
width:600px;
}
.coke-images{
display:flex;
width:400px;
height:100px;
/* background-color:yellow; */
/* margin-left:40%; */
margin-left:auto;
margin-right:auto;
padding-top: 20px;
}
.columns{
/* flex:33.3%; */
}
.column1{
height:70px;
/* width:100px; */
}
.column2{
height:70px;
/* width:100px; */
}
.column3{
height:70px;
/* width:80px; */
}