scroll ngang css

Solutions on MaxInterview for scroll ngang css by the best coders in the world

showing results for - "scroll ngang css"
Mattia
05 Apr 2016
1<!DOCTYPE html>
2<html>
3<head>
4    <style type="text/css">
5        div{
6            height:200px;
7            width:500px;
8            padding:15px;
9            border:1px solid black;
10            overflow-x:scroll;
11        }
12        p{
13            height:150px;
14            width:450px;
15            border:1px solid brown;
16        }
17    </style>
18</head>
19<body>
20    <div>
21        <p>
22        </p>
23    </div>
24</body>
25</html>
queries leading to this page
scroll ngang cssscroll ngang css