separating styles
This commit is contained in:
@@ -70,21 +70,37 @@ video {
|
|||||||
/* END OF ELEMENTS */
|
/* END OF ELEMENTS */
|
||||||
|
|
||||||
/* CLASSES */
|
/* CLASSES */
|
||||||
.bordered-1 {
|
.tile1 {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
/*box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);*/
|
|
||||||
/*padding: 15px;*/
|
|
||||||
border: 30px solid;
|
|
||||||
border-image: url("/img/borders/border3.gif") 30 round;
|
|
||||||
/*border-image: url("/img/borders/border2.png") 30;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bordered-2 {
|
.tile3 {
|
||||||
background: white;
|
width: 900px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.border1 {
|
||||||
|
border: 30px solid;
|
||||||
|
border-image: url("/img/borders/border3.gif") 30 round;
|
||||||
|
}
|
||||||
|
|
||||||
|
.border2 {
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shadow1 {
|
||||||
|
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-white {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center-content {
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.flex-row {
|
.flex-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
Reference in New Issue
Block a user