Skip to content

Instantly share code, notes, and snippets.

View matthieua's full-sized avatar

Matt Delac matthieua

View GitHub Profile
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
<html>
<head>
<style>
h1 {
text-align: center;
color: navy;
}
h2 {
text-align: center;
<html>
<head>
<style>
h1 {
text-align: center;
color: green;
}
h2 {
text-align: center;
<html>
<head>
<style>
h1 {
text-align: center;
color: navy;
}
h2 {
text-align: center;
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
<html>
<head>
<style>
body {
font-family: Georgia;
}
h1 {
color: blueviolet;
text-align: center;
}
<html>
<head>
<style>
body {
font-family: Georgia;
}
h1 {
color: blueviolet;
text-align: center;
}
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SheCodes</title>
<style>
body {
font-family: Cerebri Sans, Helvetica, Arial, sans-serif;
}