html dd right align

Solutions on MaxInterview for html dd right align by the best coders in the world

showing results for - "html dd right align"
Francesca
20 Aug 2020
1dl {
2  width: 100%;
3  overflow: hidden;
4  background: #ff0;
5  padding: 0;
6  margin: 0
7}
8dt {
9  float: left;
10  width: 50%;
11  /* adjust the width; make sure the total of both is 100% */
12  background: #cc0;
13  padding: 0;
14  margin: 0
15}
16dd {
17  float: left;
18  width: 50%;
19  /* adjust the width; make sure the total of both is 100% */
20  background: #dd0;
21  padding: 0;
22  margin: 0
23}
queries leading to this page
html dd right alignhtml dd right align