Skip to content

Commit

Permalink
Simple template for testing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
polejowska committed Dec 3, 2024
1 parent fd14978 commit 24cd1ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>CMG-GUTS</title>
<title>Cancer Microbiology Group</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>
<div>
<h3>CMG-GUTS</h3>
<div class="container">
<div class="header">
<h3>CMG</h3>
</div>
</div>
</html>
</html>
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body {
background-color: black;
color: white;
}

h3 {
font-family: 'Verdana', sans-serif;
}

0 comments on commit 24cd1ed

Please sign in to comment.