CHAPTERFOUR
Be focused and you will archive alot. choose your ON CSS
Explore moreBe focused and you will archive alot. choose your ON CSS
Explore moreLorem ipsum dolor sit amet consectetur adipisicing elit. Hic odit rem dolorum molestiae fugit deserunt exercitationem recusandae, itaque ratione harum sit repellat dolor temporibus deleniti non voluptatem nostrum quas? Cumque veniam, molestias id natus pariatur dolores aut nemo iure facilis expedita, temporibus exercitationem ullam ex officiis reiciendis quaerat enim consequuntur.
as we discussed on our last sertion you can use tag name selector, Descendant Selector, child selector and universal selector
This removes default margins and padding from every element on the page.p>
<p>This paragraph outside the div will not be green. * Only <p> elements inside <div> tags are affected.
* Only <p> elements directly inside <div> elements will be styled.
Example:
h1 ~ p { color: gray; }
* All <p> elements that follow an <h1> (even if not directly adjacent) will
turn gray.
<!DOCTYPE html> <html> <head> <title>Title of thePage</title> <style> /* CSS File */ #main-title { color: blue; text-align: center; } .highlight { background-color: yellow; font-weight: bold; } </style> </head> <body> <h1 id="main-title">Welcome to CSS!</h1> <p class="highlight">This text is highlighted.</p> <p>This text remains normal.</p> </body> </html>
This text is highlighted.
This text remains normal.
<!DOCTYPE html> <html> <head> <title>Title of thePage</title> <style> /* CSS File */ * { font-family: Arial, sans-serif; } h1, h2, p { margin: 10px; } </style> </head> <body> <h1>Main Heading</h1> <h2>Subheading</h2> <p>This is a paragraph.</p> </body> </html>
This is a paragraph.
vildash network team has had alot of impact on others but here are the vildash network team testimonies and expirience while working with the team
you can now connect and text other users from our database. you just neeed to click bellow to message them
WE HAVE CODE EDITORS FOR LANGUAGES LIKE C, C#, C++, HTML, CSS, javascript, JAVA VISUAL BASIC
We dont just teach you to code we teach you to code and build amazing systems.we are group of expert who wants to promote our field of studies