Day 77
Fever broke! Starting to feel better finally!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<head>
<style>
body {
background-color: green;
}
.center {
text-align: center;
}
h1 {
color: red;
}
h2 {
color: yellow;
}
p {
color: lightblue;
}
</style>
</head>
<body>
<h1 class="center">
The fever finaly broke!
</h1>
<h2 class="center">
Back to some regular coding tomrrow is the plan now...
</h2>
<p class="center">Thank you for your pacience... Good night.</p>
</body>
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<head>
<style>
body {
background-color: green;
}
.center {
text-align: center;
}
h1 {
color: red;
}
h2 {
color: yellow;
}
p {
color: lightblue;
}
</style>
</head>
<body>
<h1 class="center">
The fever finaly broke!
</h1>
<h2 class="center">
Back to some regular coding tomrrow is the plan now...
</h2>
<p class="center">Thank you for your pacience... Good night.</p>
</body>
Comments
Post a Comment