Jump to content

CSS Grid

Bartb56
Go to solution Solved by Mira Yurizaki,

Make a class in your CSS file defining what changes you want and apply it only to the row you want.

Hello,

 

I'm trying to learn CSS grid but I can't find how to make just 1 row heigher then the other rows.

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Quick (n00b) question: What is the best way to add CSS to your HTML? With ID or class?

 

My own build: RΛZΞR theme

CPU: Intel Core i5 7600K // CPU cooler: Cryorig H7 // Motherboard: MSI Z270 gaming pro carbon //       

Video Card: MSI Armor gtx 1070 OC 8GB // RAM: Corsair Vengeance 16GB 3200MHz //  

SSD: Samsung EVO 960 500GB // HDD: 2x WD yellow edition 2TB //

Case: NZXT H440 RAZER edition // Power Supply: Corsair RM550x //         

Operating Software: Windows 10 pro 64-bit

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, Walt said:

Quick (n00b) question: What is the best way to add CSS to your HTML? With ID or class?

With classes, because they can be reused and you don't know when you're going to reuse it. IDs should be used on interactive elements only to give them a unique identifying name.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×