ЯATTLEHEAD45✮ \m/'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

multiple layout coding questions

hey so i wanna do some stuff 2 my layout but idrk how so here r my questions

  1. how do i make my whole layout wider/more spread out
  2. how do a do an outline/border over my “this person is your friend” or “blank’s blurbs” rectangle
  3. how do i change the size/width of the various sections of my profile

if anyone can answer any of my questions that would be deeply appreciated!!


0 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

lucien zeal

lucien zeal's profile picture

for changing heights and widths of things you can add the height and width properties to whatever element, if you dont know the element name you can use inspect and the element picker to get the name.. for making the whole thing wider im fairly sure you just want the body element. for borders ill link the w3schools page https://www.w3schools.com/css/css_border.asp


Report Comment



omg sorry 4 the late response!! TYSM!! u really helped me out!!

by ЯATTLEHEAD45✮ \m/; ; Report

Izzy

Izzy's profile picture

1) By changing the .container class's width
2) The .profile-info class is that box thing that has the Edit My Profile box, so try changing the border of that
3) Depends on the section you want to change the width of. You just check what the specific section's class is by going into Inspect Element, and just putting in your code .classnamehere { width: 100px; }


Report Comment



omg sorry 4 the late response!! TYSM!!

by ЯATTLEHEAD45✮ \m/; ; Report