Commit eb35726dc931ee86eb0eef0740a96b622658b7f6

Styling for content headings
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

96 width: 400px96 width: 400px
97}97}
9898
99/* home page content design */
99100
100
101
102
103.col-md-4 h3 {
104color:#c00000;
105border-bottom: 1px dotted #c00000 ;
106width:65%;
101.content-head1 {
102color:#000000;
103border-bottom: 1px dotted #5A5656 ;
104width:80%;
105font-family: sans-serif, roboto;
106font-size: 24px;
107padding: 5px 1px 2px 0px;
108margin: 5px 1px 8px 1px;
107}109}
108.col-md-4 p {110.col-md-4 p {
109width: 85%111width: 85%
110}112}
111113
114.col-md-2 {
115width: 23%
116}
112117
113.col-md-2 h3 {
114color:#c00000;
115border-bottom: 1px dotted #c00000 ;
116width:65%;
118
119.content-head2 {
120color:#000000;
121border-bottom: 1px dotted #5A5656 ;
122width:80%;
123font-family: sans-serif, roboto;
124font-size: 24px;
125padding: 5px 1px 2px 0px;
126margin: 5px 1px 8px 1px;
117}127}
118128
129/* content styling for other pages */
130
131.main-head {
132color:#000000;
133font-family: sans-serif, roboto;
134font-size: 24px;
135padding: 5px 1px 2px 0px;
136margin: 5px 1px 8px 1px;
137text-align: center;
138}
139.subcontent-head {
140color:#000000;
141font-family: sans-serif, roboto;
142font-size: 18px;
143padding: 5px 1px 2px 0px;
144margin: 5px 1px 8px 1px;
145text-align: left;
146}
119147
120148
121149