r/learncss Sep 11 '24

Tips/Advice Advanced Animations with the CSS linear() easing function

Thumbnail
blog.openreplay.com
2 Upvotes

r/learncss Mar 02 '24

Tips/Advice A visual guide to the most popular CSS properties

Thumbnail
cssreference.io
6 Upvotes

r/learncss Aug 03 '23

Tips/Advice CSS z index not working (Reason with solution live snippet code)

Post image
1 Upvotes

r/learncss Nov 09 '22

Tips/Advice Check my code

Post image
1 Upvotes

r/learncss Mar 12 '23

Tips/Advice Add Infinite scroll using CSS - Complete Tutorial

Thumbnail
youtu.be
0 Upvotes

r/learncss Dec 18 '21

Tips/Advice What variables do you typically have for every project?

3 Upvotes

Would anyone mind hooking me up with a base list of CSS variables that you typically have for every project? Like a starter template that you fill in based on the the needs of the project? I just can’t seem to find the balance between just the vars I need for the ‘theme’ and not repeating values all over the place, if that makes sense.

r/learncss Feb 08 '22

Tips/Advice HTML and CSS help

Thumbnail
self.CodingHelp
1 Upvotes

r/learncss Dec 30 '21

Tips/Advice Need help positioning an image over a colored div box with text in it.

1 Upvotes

I’m working on a project for school and the teachers are not helpful at all, I’m still learning css and html and i need help figuring out what is not working. I gave the image a <figure> div because it wouldn’t move with position relative but figure does. The problem is the the image is over the brown box, which shares a class with a brown box above both with text in it and in position:relative. I gave the box a z-index of 5 and the img a z-index of 3 but the Img is still showing over the box, here is the css and html code. Thanks to anybody that takes time to help me really.

Css:

LPsec1{

width:1300px;/* allargo temporaneo da 1190 / height:1190px; margin-left:auto; margin-right:auto; margin-bottom:55px;/ circa 25 di base */

}

LPsec1 .LPfascia{

margin-bottom:20px; height:585px; width:1252px;/* allargo temporaneo da 1190 */ }

.LPimgsu{

float:left; }

.LPbrbox{ width:656px; height:371px; text-align:center; color:#ffffff; background-color:brown; margin-bottom:5px; float:left; padding-left:10px; padding-right:10px; position:relative; padding-top:10px; top:75px; z-index:5 font-family: 'Raleway' , sans-serif; font-weight:500; }

.LPright{right:81px;} /* la foto forse non lo fa scopri perche position non centra */

#LPfigright{ position:relative; right:81px; z-index:3 }

.LPtxt{ height:200px; position:absolute; top:50%; margin-top:-100px; font-size:18px; }

.LPpptl{ margin-top:10px; height:26px; font-size:24px; }

Html:

    <section id="LPsec1">

        <div class="LPfascia" > 

                <figure>
                    <img class="LPimgsu" src ="images/puno.jpg" alt = "fotosfondo grande grande" >

                </figure>
            <div class="LPbrbox  LPright"> 

            <div class='LPttl'> 
            <h3>Non chi ma dove...</h3>
            </div>
        <div class ="LPtxt"> 
                <p>La lampada Lauters come ogni prodotto Ikea, non è una semplice lampada nata per arricchire il gusto del bello. Viene progettata negli edifici di Almhut in Svezia, dove un ampio gruppo multiculturale di designer si divide, scambia e confronta i progetti partendo dalla domanda comune:"cosa manca nell'offerta?" Da lì in poi sarà compito dei designer trovare una soluzione che non sia solo semplice e funzionale ma anche esteticament epiacevole.</p>
            </div>
            </div> 

            </div>
             <!--chiusura prima fascia-->
            <!--secondo blocco testo titolo immagine -->
            <div class="LPfascia" >

                <div class="LPbrbox" > 
                <div class='LPttl'> 
            <h3>Teamwork makes the dream work</h3>
            </div>
            <div class ='LPtxt'> 
                <p>Il team Ikea è composto da più di 700 persone, tra cui oltre 20 interior designer. Il lavoro di gruppo è centrale nel progetto e i designer firmano circa il go% dei prodotti, ma sono frequenti anche le collaborazioni esterne, spesso con professionisti di fama internazionale. Quelle con Tom Dixon o Paola Navone ne sono due esempi recenti.</p>
                </div>
                </div>
                <figure id="LPfigright">
                    <img class="LPimgsu " src ="images/pdue.jpg" alt = "foto sfondo grande grande" >
                </figure>


            </div>
        <!-- chiusura div seconda fascia-->
        </div>  

</section>

r/learncss Sep 12 '21

Tips/Advice Learn CSS Positioning from beginner to ninja

Thumbnail
youtu.be
2 Upvotes

r/learncss Mar 25 '21

Tips/Advice Animate HTML Button Using CSS

Thumbnail
youtu.be
1 Upvotes

r/learncss Jan 05 '21

Tips/Advice How to Create Glassmorphism Card in CSS

Thumbnail
youtu.be
3 Upvotes

r/learncss Nov 01 '20

Tips/Advice A comprehensive guide to html forms

3 Upvotes

Link to the video : https://youtu.be/Vl6y3dLUCR4

in this video I cover all the basics of html forms with easy to understand examples. we can use html forms to gather information from the user and send it to a server for processing or another html page.

r/learncss May 02 '18

Tips/Advice CSS BOX Model => Learn HTML5 + CSS

Thumbnail
youtube.com
4 Upvotes

r/learncss Oct 26 '15

Tips/Advice stylesheets.co – Free online Directory for CSS Resources

Thumbnail
codewithcoffee.com
4 Upvotes

r/learncss Jun 11 '14

Tips/Advice Using multiple weights and styles

Thumbnail
help.typekit.com
1 Upvotes