HTML and CSS practise for beginners
@@ -46,34 +47,529 @@Rules
with your code! Learn something new every day!What will you learn today?
-Why don't you try turning this - text box into a star wars type text - scroll, where it fades in the - distance, using purely css? Don't think its possible? - I have done it before and its easier than you think! - Obviously if you feel the need to, create more text - here to elongate the paragraph. This will affect the time - it takes for the text to travel up the page and into the - fade our area. -
-PHOTO GALLERY
-Let’s make a photo gallery that we can scroll through!
+How to use this page
+This page is completely open source, and the code and files are available for ALL to download. I, Carlie, created a mini website for anyone to practise on, change, adapt, edit and style in any which way they desire, with the hopes this can be a place for those who are beginning with coding and need a place to practice their skills and learn. This page and its files can be found on GitHub, an AMAZING resource for programmers and coders to come together and collaborate on projects together, receive tips and advice and archive code. If you would like to view the original repository for this page then click.
+Rules
+When playing with this code and styling it, try to keep with the current theme, however I do understand that this will change over time. Use fonts that have been used elsewhere on the page and use text spacing colors and themes. When it comes to using HTML elements and tags, use those which are new to you, or you are trying to practice with, and the same goes with CSS. This may seem overly simple and pointless, but to those starting out can be valuable. You can view previous changes and see how people did what they did by viewing older commits. Have fun and be daring with your code! Learn something new every day!
+What will you learn today?
+Why don't you try turning this text box into a star wars type text scroll, where it fades in the distance, using purely CSS? Don't think it's possible? I have done it before and its easier than you think!
+Obviously if you feel the need to, create more text here to elongate the paragraph. This will affect the time it takes for the text to travel up the page and into the fade out area.
+The magic happens through CSS transforms and animations. By using perspective and rotateX, we create the illusion of text moving away from us into the distance. The gradient overlay provides the fade effect, making text appear and disappear naturally.
+This technique combines 3D CSS transforms with keyframe animations to create a cinematic effect that's both engaging and technically impressive. The best part? It's all done with pure CSS - no JavaScript required for the core animation!
+You can customize the speed, text size, rotation angle, and even add interactive controls. The component is fully reusable and can be integrated into any website while maintaining the existing theme and design language.
+Try experimenting with different text content, animation speeds, and styling options. The possibilities are endless when you understand the underlying principles of CSS 3D transforms and animations.
+Reusable Star Wars Scroll Component
+Photo Gallery
+Let's make a photo gallery that we can scroll through!
+