Studyopedia » All Posts https://studyopedia.com/forums/forum/html-css/feed/ Mon, 29 Apr 2024 07:32:21 +0000 https://bbpress.org/?v=2.6.9 en-US https://studyopedia.com/forums/topic/how-to-change-the-case-of-text-in-css/#post-4217 <![CDATA[Reply To: How to change the case of text in CSS?]]> https://studyopedia.com/forums/topic/how-to-change-the-case-of-text-in-css/#post-4217 Wed, 08 Nov 2017 14:00:14 +0000 Andrew Geofrey If you want to change the case of a text, then use CSS “text-transform” property.

For example,

If you want to change the case of text for “David Warner”, to lowercase, i.e. first letter in small caps, which is, “david warner”, then
text-transform: lowercase;

If you want to change the case of text for “David Warner”, to uppercase i.e. “DAVID WARNER”, then
text-transform: uppercase;

For better understanding, giving an example below,

Change Case using CSS

After running the above program, the following output will be visible, which change the case,
Output

]]>
https://studyopedia.com/forums/topic/how-to-change-the-case-of-text-in-css/#post-4210 <![CDATA[How to change the case of text in CSS?]]> https://studyopedia.com/forums/topic/how-to-change-the-case-of-text-in-css/#post-4210 Wed, 08 Nov 2017 13:36:25 +0000 Emily Robertson Which property should be used in CSS to change the case of text?

]]>
https://studyopedia.com/forums/topic/how-to-shape-two-div-into-polygon/#post-3407 <![CDATA[how to shape two div into polygon .]]> https://studyopedia.com/forums/topic/how-to-shape-two-div-into-polygon/#post-3407 Thu, 07 Sep 2017 07:46:41 +0000 vishal_saini https://drive.google.com/open?id=0B_0A10_oCyfjOVE3NmFvZTJ4RVE

i want to shape the div as shown into image.
someone please help me to create this responsive header.

]]>
https://studyopedia.com/forums/topic/what-are-selectors-property-and-value-in-css/#post-3073 <![CDATA[What are selectors, property and value in CSS?]]> https://studyopedia.com/forums/topic/what-are-selectors-property-and-value-in-css/#post-3073 Sun, 13 Aug 2017 19:36:43 +0000 Andrew Geofrey To work with CSS, the selectors are used with property and value. How they can be used? Are font-size, text-align are all CSS properties?

]]>