Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/14bhuvi/css_practice_set
This is practive set 1 beginner level practice questions i did during learning CSS.
https://github.com/14bhuvi/css_practice_set
Last synced: about 2 months ago
JSON representation
This is practive set 1 beginner level practice questions i did during learning CSS.
- Host: GitHub
- URL: https://github.com/14bhuvi/css_practice_set
- Owner: 14bhuvi
- Created: 2024-09-11T17:20:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:17:19.000Z (4 months ago)
- Last Synced: 2024-09-16T18:03:37.360Z (4 months ago)
- Language: HTML
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SET 1
Q1) Create a simple div ith an id "box" add some text content inside the div. set its background color to blue.
Q2) Create 3 headings with H1,H2,H3 and give them all a class "heading" and set color of "heading" to red.
Q3) Create a button and set its bg color to:
*green using css stylesheet
*blue using tag <br> *pink using inline style </H1>
<h1><i>SET 2</i></h1>
<h1>Q1) Create a heading centred on the page with all of its text capitalized by default.</h1>
<h1>Q2) Set the font family of all the content in the document to "times New Roman".</h1>
<h1>Q3) Create one div inside another div.<br>*Set id and text "outer" for the first one and "inner" for the second one.<br>*Set the outer div text size to 25px and inner div text size to 10 px.</h1>
<h1><i>SET 3</i></h1>
<h1>Q1) Create a div wuth height and width of 100px.<br>Set its background color to green and the border radius to 50%.</h1>
<h1>Q2) Create a simple navbar of amazon.</h1>
<a><img src="https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/b4978550308881.58ced52850a66.png"></a>