diff --git a/stylesheet.css b/stylesheet.css index 97c29b2..144274c 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -3,9 +3,9 @@ src: url('fonts/Chilanka-Regular.ttf'); } body{ - background-image: url('img/background.png'); - background-size: 100% auto; - background-repeat: repeat-y; + /* background-image: url('img/background.png'); */ + /* background-size: 100% auto; */ + /* background-repeat: repeat-y; */ width: calc(100% - 4em); margin: 2em; font-family: 'commonfun', sans-serif; @@ -58,4 +58,4 @@ a:visited, a:hover, code{ color:magenta; -} \ No newline at end of file +}