Cascading Style Sheet (CSS)
Thread Tags
Adobe Illustrator Adobe InDesign Adobe Photoshop Android Development Android Programming Android Studio Automation Testing C / C++ Programming Career Options College Lounge css digital marketing Digital Marketing / SEO Fireworks Graphic Design Graphic designing Graphics Design Graphics Designing HTML? Illustrator Internship Training logo Design logo designing Magento Photoshop PHP Programming QA react-native Scroll Website SEO Single Page Website Stock Managment System Testing Typography UI UI/UX Development UI Design UI Designing UI development User Interface UX Design Web Designing Website Design Wordpress wpRegister for free!
Registration at Smart Mentors is completely free and takes only a few seconds. By registering you’ll gain:
- Full Posting Privileges.
- Access to Private Messaging.
- Optional Email Notification.
- Ability to Fully Participate.
Register Now, or check out the Site Tour and find out everything Smart Mentors has to offer.
Tagged: Web Designing
This thread contains 1 reply, has 2 voices, and was last updated by Darshan Rathod 1 year, 11 months ago.
- Author Replies
- February 2, 2019 at 10:17 am #52965
CSS means “Cascading Style Sheet” and it oversees text dimensions, styles and shading blends which are connected on website pages.
Basically, it gives the generally ‘look and feels’ of the site. A solitary change in the CSS record will make changes to the whole site where it is being utilized.
ex: <p> This is some content without CSS</p>
From the above example, the content will be shown as a paragraph.
Presently to the above-showed paragraph on the off chance that we have to include styling impacts like color, spacing, background and so on., we use CSS properties.
ex: p{ color:blue; padding:0 20px; background:#03f;}
There are for the most part three sorts of CSS and you can utilize any of them.
1) Internal styles
2) External styles
3) Inline styles - AuthorPosts
You must be logged in to reply to this thread.Please login or register. Registration is 100% free.