Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Stylesheet
.covid-return {
	width: 100%;
	padding-top: 20px;
	text-decoration: none;
}


.covid-grid-item {
	flex-direction: column;
	border-radius: 6px;
	background-color: #E7F6F8;
	padding-top: 3%;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
	margin: 10px;
	width: 30%;
	justify-content: space-between;
	position: relative;
}

.covid-grid-text {
	position: relative;
	
}

.covid-grid-button {	
	position: absolute;
	left: auto;
	right: auto;
	bottom: 10px;
	margin-top: 40px;
}

#covid {
	background-color: #449DAC;
}

.covid-specific p{
	border-radius: 50%;
	background-color: #2c4a4e;
	padding: 5%;
	width: auto;
	height: auto;
	color: #ffffff;
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	align-content: center;
}

.covid-content-wrapper {
	width: 60%
}


/* TYPOGRAPHY */

.wiki-content h1 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #111819;
}

.wiki-content h2 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 20px 0;
}
.wiki-content h2h3 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0 0 0;
}
.p {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 30px 0 0 0;
}

body {
    font-size: 14px;
}

.covid-return a, .covid-return a:link, .covid-return a:visited, .covid-return a:focus, .covid-return a:hover, .covid-return a:active{
	text-decoration: none;
	color: #000000;
}

.covid-return p{
	margin: 0;
}

...