Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Code is Shown if I try opening it #3

Open
pro402 opened this issue Feb 11, 2023 · 4 comments
Open

No Code is Shown if I try opening it #3

pro402 opened this issue Feb 11, 2023 · 4 comments

Comments

@pro402
Copy link

pro402 commented Feb 11, 2023

02_lesson_starter/css/style.css

@pro402
Copy link
Author

pro402 commented Feb 11, 2023

Screenshot_20230211_231027

@pro402
Copy link
Author

pro402 commented Feb 11, 2023

Hoping to get some feedback

@Honkshoo
Copy link

Honkshoo commented Mar 9, 2023

It's a lesson starter, lesson two starts with a blank css sheet.

@namanpunn
Copy link

Please go through this code if you are looking for the 2nd lecture css file

html{ background-color: black; font-size: 22px; } body{ } h1,h2{ color: blue; }

.highlight{
background-color: yellow;
text-transform: uppercase;
}
.gray{
color: gray;
}
.main{
font-family: monospace;
color:red;
}

#second{
font-style:italic;
}

p {
color: purple;

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants