Skip to content

Instantly share code, notes, and snippets.

@adhithiravi
Created June 26, 2024 15:07
Show Gist options
  • Save adhithiravi/16656048966bd2ddef70e409771c678f to your computer and use it in GitHub Desktop.
Save adhithiravi/16656048966bd2ddef70e409771c678f to your computer and use it in GitHub Desktop.
Additional styles for conference page
.parentContainer {
margin: 50px;
}
.infoContainer {
display: block;
box-sizing: inherit;
margin-top: 1rem;
background-color: #262630;
padding: 10px;
}
.titleText {
text-align: center;
font-size: 26px;
font-weight: 800;
color: #bdfef2;
}
.descText {
font-size: 14px;
color: #fff;
line-height: 24px;
flex-wrap: wrap;
padding: 10px;
}
.infoText {
text-align: center;
font-size: 20px;
font-weight: 800;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment