
Dan's Tools
cleancss.com/css-beautify
CSS Beautifier

    Development
    Encode/Decoders
    Formatters
    Images
    Internet
    Minifiers
    SEO

    Related: CSS MinifyHTML FormatterJavascript Formatter

     

CSS/JS/HTML Playground
An HTML, CSS, Javascript playground to test and share code snippets.

1

@media (min-width: 992px) and (max-width: 1199px) {

2

    #home-carousel .item {

3

        height: 500px

4

    }

5

    .carousel-caption h1 {

6

        font-size: 20px;

7

        margin-bottom: 0;

8

        line-height: 27px;

9

        letter-spacing: 2px;

10

        font-weight: 100

11

    }

12

    .carousel-caption h2 {

13

        font-size: 49px;

14

        font-weight: 600;

15

        margin-top: 0;

16

        text-transform: upercase;

17

        letter-spacing: 2px;

18

        margin-bottom: 20px

19

    }

20

    #contact,

21

    #our-team,

22

    #our-works,

23

    #pricing,

24

    #services {

25

        padding-top: 50px;

26

        padding-bottom: 100px

27

    }

28

}

29

@media (min-width: 768px) and (max-width: 991px) {

30

    .st-navbar ul li a {

31

        margin-left: 13px;

32

        margin-right: 13px

33

    }

34

    #home-carousel .item {

35

        height: 500px

36

    }

37

    .carousel-caption h1 {

38

        font-size: 26px;

39

        margin-bottom: 0;

40

        line-height: 27px;

41

        letter-spacing: 2px;

42

        font-weight: 100

43

    }

44

    .carousel-caption h2 {

45

        font-size: 51px;






