2020-12-16 22:00:11 +00:00
|
|
|
*{
|
|
|
|
box-sizing: border-box;
|
2020-12-16 22:08:01 +00:00
|
|
|
/*border-color: #ffffff;*/
|
2020-12-16 22:00:11 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
background-color: #221A0F;
|
|
|
|
}
|
|
|
|
|
|
|
|
.TitleText{
|
|
|
|
font-size: 50;
|
2020-12-16 22:08:01 +00:00
|
|
|
background-color: #ffa500;
|
2020-12-16 22:00:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="col-"] {
|
|
|
|
float: left;
|
|
|
|
padding: 15px;
|
2020-12-16 22:08:01 +00:00
|
|
|
}
|
|
|
|
|
2020-12-16 22:00:11 +00:00
|
|
|
|
|
|
|
/* columns*/
|
2020-12-16 22:08:01 +00:00
|
|
|
.col-1 {width: 33.3%;}
|
|
|
|
.col-2 {width: 66.6%;}
|
|
|
|
.col-3 {width: 100%}
|