50 lines
778 B
CSS
50 lines
778 B
CSS
.blue {
|
|
color: blue;
|
|
}
|
|
|
|
h1{
|
|
color: yellow;
|
|
}
|
|
|
|
body{
|
|
color: red;
|
|
}
|
|
|
|
.secTitleFont{
|
|
color: white;
|
|
|
|
}
|
|
.secTitle{
|
|
min-width: none;
|
|
height: 25px;
|
|
width: auto;
|
|
padding: 2px;
|
|
margin: 2px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/*border: 3px solid black;*/
|
|
color: rgb(56, 132, 255);
|
|
background-color: rgb(61, 118, 153);
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
font-size: smaller;
|
|
font-weight: bold;
|
|
flex-direction: ;
|
|
}
|
|
|
|
.secCntrls{
|
|
height: 100px;
|
|
width: auto;
|
|
margin: 5px;
|
|
border: 1px solid rgb(255, 255, 255);
|
|
color: rgba(255, 255, 255, 0);
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
/*display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;*/
|
|
}
|
|
|
|
.dropList{
|
|
margin-right: 40px;
|
|
} |