python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
HTML Two pictures side by side positioned, filling out the full width of the explorer window
I am looking for a solution to get two pictures side by side positioned, filling out the full width of the explorer window.
The two photos have different formats (portrait and landscape). The two phot...
H. Bauer
Votes: 0
Answers: 4
Adding bottom padding or margin to an element gives unwanted width to entire page
/* GLOBAL STYLES */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1{
Font-Family: 'Ovo', Serif;
font-size: 90px;
}
h2,h3,h4,h5,h6,p{
Font-Family: 'Quattrocento Sans', Sans-Ser...
9neak
Votes: 0
Answers: 1
Mobile site going slightly outside the device screen width
I made this single web page and when I view it my mobile device, and I thumb to the left, the width of the website shifts over slightly, like the left and right edges are not completely contained with...
964
Votes: 0
Answers: 2
I am trying to reduce the width of my container border in flutter, the last I can go is "width:1” in flutter
Container(
decoration:BoxDecoration(
color:Colors.white,
border:Border.all(width:1.0),// want to reduce the width to less than 1.
color: Colors.white,
borderRadius:BorderRadius...
chuks albert
Votes: 0
Answers: 1