Day 145
WordPress is killing me...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<html>
<head>
<title>cheat day</title>
<style type="text/css">
h1 {
text-align: center;
}
p {
text-align: center;
color: darkgreen;
}
</style>
</head>
<body>
<h1>This a cheat!</h1>
<p>I spent most of the day messing with WordPress and don't have any code to show for it...</p>
</body>
</html>
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<html>
<head>
<title>cheat day</title>
<style type="text/css">
h1 {
text-align: center;
}
p {
text-align: center;
color: darkgreen;
}
</style>
</head>
<body>
<h1>This a cheat!</h1>
<p>I spent most of the day messing with WordPress and don't have any code to show for it...</p>
</body>
</html>
Comments
Post a Comment