diff --git a/basic.css b/basic.css index 3b8437c..64e61d1 100644 --- a/basic.css +++ b/basic.css @@ -1,7 +1,31 @@ -.header{text-align: center; } -.name{font-size: 40px; } -.section{margin:10px; padding:10px; border-bottom-style: solid; } -.subsection{ margin-bottom: 10px; } -.section-heading{font-size:25px; text-decoration: underline; margin-bottom: 5px; } -.subsection-heading{font-weight: bold; } -.footer{ text-align: center; } +.header{ + text-align: center; +} +.name{ + font-size: 40px; +} +.section{ + margin: 10px; + padding: 10px; + border-bottom-style: solid; +} +.subsection{ + margin-bottom: 10px; +} +.section-heading{ + font-size: 25px; + text-decoration: underline; + margin-bottom: 5px; +} +.subsection-heading{ + font-weight: bold; +} +.footer{ + text-align: center; +} +.rotate { + writing-mode: vertical-rl; +/* transform: rotate(180deg); */ + white-space: nowrap; + display: inline-block; +} diff --git a/index.html b/index.html index 2eecbad..a587c4e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ this is the header