Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css font leading

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Leading</title>
<!-- to change line height all you need is "line-height" propertie -->
    <style>
        h1{
            line-height: 10px;
        }

        h2{
            line-height: 20px;
        }
    </style>

</head>
<body>

    <h1>the line height is 10px here</h1>
    <h1>the line height is 10px here</h1>

    <h2>the line height is 20px here</h2>
    <h2>the line height is 20px here</h2>

</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Css :: highchart add font family 
Css :: see css from site 
Css :: webpack validationerror: invalid options object. mini css extract plugin loader has been initialized using an options object that does not match the api schema. 
Css :: flex order 
Css :: delete a process in ubuntu 
Css :: css text effects 
Css :: font size clamp generator 
Css :: Text Shadow Hover Effect 
Css :: css efeito negativo fotos 
Css :: webpack compile sass to css file 
Css :: max with in bootstrap 4 
Css :: image css in box 
Css :: css let div be last 
Css :: Latest compiled and minified CSS 
Css :: how to use variables in css 
Css :: react datepicker css not working 
Css :: text align in materialize css 
Css :: css template 
Css :: opposite of :not css 
Css :: css clip path text 
Css :: css properties 
Css :: add logo html css 
Css :: how to make jest parse the imported css modules in create react app 
Css :: cd cover dimensions 
Css :: css background cover y axis 
Css :: hide scrolbar 
Css :: make all elements in a div share same css 
Css :: css background image is not show change default picture 
Css :: css chess pieces 
Css :: font face roboto css 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =