Apologies for asking a common question, but I'm facing a specific issue with scrolling that I can't seem to figure out. Below is the code snippet:
* {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 40px;
}
<div style="padding:20px;background-color:#000033;height:1500px;">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<p style="color: #FFFFFF";><b>TITLE1</b></p>
<p style="color: #FFFFFF";> PARAGRAPH </p>
<p style="color: #FFFFFF";><sub>SUBPARAGRAPH</sub>
<p style="color: #FFFFFF";><sub><sub><sub><sub>V0.81</sub></sub>
</sub>
</p>
<IMG height="1080" width="1920" SRC="bricks.png"><br>
<IMG height="1080" width="1920" SRC="pink.png"><br>
<IMG height="1080" width="1920" SRC="black.jpg"><br>
</div>
This code might be messy. Any suggestions on cleaning it up would be helpful. Also, the CSS file stars.css
(http://pastebin.com/nSiiUy1d) is quite extensive.
This is for my personal website, I just need the scrolling functionality to work.