Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css second line indent

<!--Please give a thumbs up if this was helpfull-->

<!DOCTYPE html>
<html>
  
<head>
    <title>
        Set indent in second line of paragraph
    </title>
  
    <meta name="viewport" content=
        "width=device-width, initial-scale=1.0" />
  
    <style>
        h2 {
            text-align: center;
        }
  
        div.a {
            text-indent: -36px;
            padding-left: 36px;
        }
    </style>
</head>
  
<body>
    <h2><u>GEEKS FOR GEEKS</u></h2>
  
    <div class="a">
        <p>
            He started with <a href="https://www.geeksforgeeks.org/">
            <b>Geeks for Geeks</b></a> as just a blog based site with
            articles on programming questions, then later on expanded
            to courses and now is a portal covering programming
            questions, interview experiences and even a coding platform
            taking inspiration from other competitive coding sites.
        </p>
    </div>
</body>
  
</html>
Comment

PREVIOUS NEXT
Code Example
Css :: css remove line from link 
Css :: make element fit in page 
Css :: css efeito negativo fotos 
Css :: scss loop 
Css :: css hide textbox 
Css :: css assign multiple classes to one element 
Css :: center input element css 
Css :: css flex 
Css :: scss import another file 
Css :: min width css 
Css :: background path css 
Css :: Extracting data in scrapy 
Css :: beautiful checkbox css 
Css :: media query css file 
Css :: ngrok host header change 
Css :: bootstrap dropdown in accordion problem 
Css :: center 
Css :: move cursor 
Css :: css properties 
Css :: hover.css cdn 
Css :: accent-color 
Css :: css style link 
Css :: top 10 customers odoo 
Css :: react bootstrap css module use media query mixin 
Css :: pacSelectFirst( submit button 
Css :: itemize text indent 
Css :: constraint in grails 
Css :: howto stop the screen from zooming in when I click on input tag on mible 
Css :: how to create a square element with css with dynamic width 
Css :: how can you make us stop our image from the web css html 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =