Added common css to make it easier for other 2 modes

This commit is contained in:
FluffyCube9343 2022-09-25 17:55:24 -04:00
parent 507bd2eacc
commit c8289c94d0
3 changed files with 25 additions and 25 deletions

24
bare/common.css Normal file
View File

@ -0,0 +1,24 @@
* {
padding: 0;
margin: 0;
background-color: #181c20;
color: white;
box-sizing: border-box;
}
.main-container {
display: flex;
justify-content: space-around;
align-items: stretch;
background-color: black;
gap: 0.33333333vw;
height: 99.5vh;
}
.main-element {
display: inline-block;
height: 99.5vh;
width: 32vw;
text-align: center;
background-color: #181c20;
position: relative;
}

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="common.css" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>

View File

@ -1,28 +1,3 @@
* {
padding: 0;
margin: 0;
background-color: #181c20;
color: white;
box-sizing: border-box;
}
.main-container {
display: flex;
justify-content: space-around;
align-items: stretch;
background-color: black;
gap: 0.33333333vw;
height: 99.5vh;
}
.main-element {
display: inline-block;
height: 99.5vh;
width: 32vw;
text-align: center;
background-color: #181c20;
position: relative;
}
.robotimg {
height: 99.5vh;
width: 32vw;