+ 2
What if i want to create a webpage futuristic?
I want to create it like a tron background and make every page like a grid.
5 odpowiedzi
+ 11
u must use html and css, and can also add some basic javascript for making some events.....And the biggest thing is framework. Frameworks make your page responsive and attractive. Feature of framework is that it can adapt itself to the length and breadth of the device in which it is displayed.
u must visit w3schools.com
This website is amazing with lots of examples and exercises and it has more topics compare to sololearn
+ 5
for the background:in css use this
body {
background-color: black;
}
+ 4
wow pulsing-glowing-neon edges: CSS will do the trick
+ 2
Using html and css you can do that
+ 1
Use CSS @keyframes for cool animations in your webpage