class_management_system

Senior Project - Spring 2019
Log | Files | Refs | README

commit 0ea1de0058e107aadd5cfe8988c3bb6746718e92
parent 954ee84769e5380722f2eea5afb139a5bcade534
Author: joshuajackson <joshcjack18@gmail.com>
Date:   Thu, 18 Apr 2019 01:13:18 -0400

Update index.html

Diffstat:
Msrc/html/index.html | 29-----------------------------
1 file changed, 0 insertions(+), 29 deletions(-)

diff --git a/src/html/index.html b/src/html/index.html @@ -22,35 +22,6 @@ Description: -------------------------------------------------------------------------------> <head> <link rel="stylesheet" href="style.css"> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta hhtp-equiv="X-UA-Compatible" content="ie=edge"> - - <sytle> - .circle - { - width: 400px; - height: 400px; - background: #5E2309; - margin:10% auto; - border-radius: 50%; - position: relative; - } - .content - { - position: absolute; - width:inherit; - height:auto; - top:50%; - transform:translateY(-50%); - text-align: center; - font-family: Arial; - color: #fff; - font-style: italic; - text-transform: capitalize; - } - </sytle> - </head> <body>