JSFiddle - React, Tailwind, and code Playground
by Cem Firat
CSS
#topred-container {
background-color: #bb1919;
height: 80px;
width: 100%;
margin: 0;
padding: 0;
}
h1 {
font-size: 300%;
color: white;
font-weight: normal;
margin-top: 0;
padding: 20px 0 0 0;
}
#topred-elements {
width: 1200px;
margin: 0 auto;
}
#redbarmenu-container {
background-color: #a91717;
height: 30px;
width: 100%;
}
#seconddmenucontainer {
width: 1200px;
height: 15px;
margin: 0 auto;
}
.secondmenuitems {
color: white;
font-weight: normal;
font-size: 85%;
margin-top: 8px;
float: left;
padding-right: 15px;
}
.smalldivider {
border-right: 1px solid #c72d2e;
height: 100%;
float: left;
}
.paddingleft {
padding-left: 10px;
}
.downtwo {
float: left;
margin-top: 8px;
width: 10px !important;
height: 3px;
}