📺 Develpreneur YouTube Episode

Video + transcript

CSS For Developers Crash Course Part 4

2024-02-15 •Youtube

Detailed Notes

We are continuing a series of tutorials focused on Spring Boot. The crux of the project is to convert/migrate an old JSP/Tomcat application to a modern Spring Boot application and Java 7/8 to a current version. This continues a short series focused on CSS setup and customizations aimed at getting developers up to speed on CSS basics. Part 4 of 4.

You can learn more through our online classes at https://school.develpreneur.com and register for free. Registration will add you to our email list, and you will periodically receive coupons for courses and notifications of the latest releases.

Transcript Text
[Music]
well hello and welcome back we are
continuing our look into some design and
uh just sort of getting a little bit of
like crash course and design we have uh
worked on our tables clean those up a
little bit so it little easier to read
this time we're going to look up here
and work at this top now there a couple
things here that we're dealing with when
we we look at how this one is laid out
is we do have uh we've got a
banner then we have got a nav bar which
is where you're normally going to see
that's where we're going to see really
our uh menu type stuff and then I think
within that Banner somewhere we've got
that image and I'm not sure where we
actually threw that that image let's go
right click on that real
quick he is living inside oh he's inside
the banner okay so we have a banner and
then we have an image inside it which is
sort of fun because it's actually
blowing outside of the
banner so that's going to be its own
little thing so we have a div we have a
banner Clash we don't really have
anything that we've done with it uh it's
it's just sort of out
there uh it's got a border sizing it's a
border box we're going to play with that
and then we're going to go look at our
navbar and I think we have already some
Navar stuff in our
custom wh so let's go look for that okay
so we do have
some what do we have
besides that oh we've got a couple so
we've got our colors got our text we've
got our toggles we've got our floats so
let's start
with by default if we look
here well let's go with our Banner first
so let's go look do we have a banner
here I don't think we did no CU our
Banner is
just he is got nothing so let's do a
little bit with our Banner let's create
a let's within a banner
class let's see what we want to do let's
start with let's give it this background
so let's see we want to give it this
background which is I believe this guy
actually let's do both let's well
actually let's look like this let's look
at our footer so if we look at our I
don't think we have two Footers let's
see do we have a standard and a regular
footer yeah we have a standard
footer
okay so let's take our standard
footer and we're going to do the same
thing
and it's going to
be let's close that out but this is
going to be our Banner now now some
things that we're going to work with
here is you can see it's got a height
it's got a width so it's going to go all
the way across which is what we want no
background image but it's got some
colors and some other stuff bottom left
so now we actually want the top to be
zero and the left to be zero because we
do want it to start over there and let's
just start with that um want to start
with that and actually while we're at
it let's look
here and it
is do we have a na bar we do have a nav
bar let me open this up a little bit so
I can see it a little
better
let's go
here so this is a navbar light right and
so where do we
have oh
that's
uh container
fluid button
Navar Navar support this is in the
collapse which I don't know that we need
we need that one
probably
so let's just well let's start with this
first because I really want to see like
if I go look at oh
here if I look at my navbar nav and my
nav
item so I've got Navar light that's
coming off of that and that gives me
this gray this color because if I go
change it to this yeah so that's my text
color and I want my Navar
light
um let's leave it like that well let's
see uh let's change it to a
Navar where we get the light there we go
background light have our
light let's do background
dark let's see yep oh say so now so we
do have a BG dark or we have a BG light
dark
let's go look
at so let's change
him okay so we're going to do a BG dark
this going to be a couple
things so we're going to have a BG
dark and all it has is a background
color so let's change that background
color to this same as a
banner and then if we look at navbar
light
let's look at Nar
dark uh there is a
navbar background that Navar dark looks
pretty good do we have it already
though I don't think we have the Navar
Dart do we let's go find out if we have
nav bar
na a b a r Dash do we have that anywhere
we have a nvar
default which is probably what we want
so let's go back to our
header and instead which is
our uh what do we call that is that nope
header so do we have Navar yeah we have
Navar
light so that's going to be uh naar
default
and we want our background
dark and then let's go over here to our
core let's see what this looks like uh
what else do we want well we'll go find
out in a minute so let's take a look at
this let's go connect once it
runs oh now we've got like so now we've
got something very different looking
and how we've got
it so let's look at that standard I
think that image we need to deal with
now part of the problem here is we have
a
Navar that is floating off we don't want
that we want it to be basically
underneath the banner and we want it to
stay there colors aren't horrible but
they aren't great so let's fix that
first so let's go with our navbar
default we want the
background uh where did our dark
background
go we
want uh this
one our
default oh there it
is so
that we
want is that the right color 1131
14d versus the
banner where we put our
Banner uh Banner Banner Banner
[Music]
Banner
is there okay so Banner it's
11314
D the nav bar
is oh that's not so background
dark I think we had that somewhere yeah
so oh that should be background
color same as a
banner interesting Y
is so if we go look at our
Banner background
color oh it's probably something a
little higher so probably our Navar I
think we
want let's change our
Navar to all
also was it with a dash no let's just do
straight up Navar and let's see what we
get
here now there's couple uh let's see so
Banner is going to have a height of 65
we probably want it a little higher so
let's knock it out to let's go to 100
that may give us well let's go look here
uh if we look at what our Banner height
is
if we go to our banner and change it to
100 does this get
us yep that lines us up with our
image so let's do that and then within
this yeah that just needs to be we can
probably clean that up so let's do this
and let's go back to our
header uh wherever I saw the header
let's go back over here let's go header
and let's change that that uh
here let's just change him
to uh let's make it an
H1 that probably will make it big enough
and make it look a little
better uh and
then we'll just make an align Center
just to be safe so little changes here
and there not
much
and then what else did we want to do
okay so that gives us our all those
pieces oh so now let's go to if we go to
our
banner and we do our positions here this
is where we're going to do the same
thing so
navbar we're going to have to do it so
its top is going to be at uh
101 and it's left there okay so let's
see what that does for
us I think that's going to give us so
that it will sit right underneath the
banner not always what we want to do but
that's what we're going to do in this
case CU hey that's who we are ah see now
it's uh position fixed that means we're
going to have to go in and make its
width
100%
and that'll go for now let's do
that who that is not what I wanted so if
I come
here let's go back here let's see what
we get so now but now it's oh that
header's got some really so if we go
to we got a couple things to fix uh one
is that is it relative position is
fixed Banner height
position is
fixed why it is if we go to well let's
log in let's go look at on a different
page real
quick so yeah so we have
this and so if we go look
here when we do
our
navbar
let's see if he cuts them to
50 let's
[Music]
do 75 that looks pretty good the problem
is now the main content is going to be
off so that means we're going to have to
take uh we're going to have to actually
put stuff into our content
so we're going to have to split him
up and make sure that he always
shows you know has something that
follows which we probably can
see look at our
[Music]
Banner uh let's see nothing really
special there oh let's go back to our
nav bar real quick so let's get our nav
bar Top's going to be 75
and let's get that we're probably going
have to come into this and change a
little
bit so if we do that uh left is where
it's supposed to be so now if we come in
we do projects and notice that it's like
it's always there but now we have this
in the way which is a bit of a
problem so what we're going to want to
do is we're going to put this
container
down
here to push this down uh let's take
that and let's take that
H1 let's go like that and maybe see if
an H2 is got a better color if we just
change uh
that to an
H2 uh it doesn't do any better do we
have colors for an H1 we do okay so I
think so let's do that real quick so
we'll go find our H1 there we go
color let's make our color something a
little bit better than that this is on
that dark
one um I saw like a red I don't want
that kind of red let's see do we have a
good oh here we go let's try like a h
it's probably too
dark right let's find out if we use that
color how does that look again this is
one of those great things is we can come
in here
oh that actually looks pretty good right
there what did I just do I think I just
nixed the
color oh yeah I just turned it
off so if I go I think I did it like
this
oh so that doesn't look horrible so
let's just do that and pull the color
off of the headers which is probably
okay what did I do
oh I got pop up getting me there okay so
if I take the uh
headers I don't want
that and now what I'm going to need to
do is I'm going to need to have like the
main content move down
now what I can
do is I can probably
take the body itself because those
others are fixed is I could take the
body and do
position is going to be
absolute and then if I do
top that's OTP if I do top
and push that to like
[Music]
125 then there we go so if I do that see
now what I've done is I've just taken
the body and I've said okay the header
is always going to be there the only
problem is
now that's going to be I can do that but
I'm going to see that always there so I
can
either bring those up and give those a z
order or I can push the content back so
that it just sort of Scrolls underneath
which is probably not a bad thing so if
I take the
body and then I
do a
z index of uh I think I want it to be
[Music]
zero I think if I do that no because
then I'm going to need these two because
I would need then the
banner let's see if I take my where did
I put
that
that
container here we go Banner so if I do a
banner come here and do a z order or Z
index
of let's say
100 then now see it goes underneath so
I'm just take the nav bar and that and
then it'll just scroll right underneath
and we're going to have something pretty
interesting so we can fix that really
quick which we're going to go in here
what did I do oh I took the body and so
we're going to take um that's going to
be position is going to be
fixed and uh top is going to be I think
we did
125 and then we need to go to
the oh we already have something
interesting things there uh let's go to
the
Navar
default and he's going going to be a z
index there we go of um doesn't really
matter what it is but we'll make them
100 and we're going to do the same thing
for the
banner now it could be that this is
going to cause US problems elsewhere but
let's see what it looks
like if we do this now come in we've got
that can't really I don't have much we
can scroll here probably because there's
nothing on this page I think we're going
to find
out so if we do
that oh so now we did it so we're not
able to scroll wonder how we manag that
one uh fixed fixed oh
body did we do something to the body
too oh I don't think we want it fixed I
think we want it
relative is that what we did with
it uh let's see
body yes we want that and we want
it
relative there we go that's what we
want
um and we could probably push it up a
little bit so let's do relative and
let's make it
115 and let's see how these
look and I think what we're going to see
is we're starting to see something that
has a little bit better little more
modern look look we can scroll that's
always good we can log
in we can scroll if we go to our
projects list we can
scroll and notice we've always got our
header and our footer we can do whatever
we want with those but now we've always
got something up here we can always
click on it so now we've got pretty good
little bit of stuff that we've added in
there not a whole lot of work went into
this this has mostly been playing around
once you know what you're doing once you
add a couple of divs or Styles then the
next thing you know you've got a you
know a better looking application and
then of course you can do some more
stuff with it so we could we could work
on our navbar dark we could change that
background a little bit we can probably
will like if we take this that's
probably not even a regular button yeah
that's just an input
type so if we just take that and do a
class
equals uh let's change that to like what
is it button
default and
button then we yeah see we changed that
so we can make that's a lot better
looking button so we can do some stuff
with that as well we may come back next
time haven't decided yet whether we want
to continue that probably won't we'll
probably uh dig into like one or more
thing yeah we've got one or two pages
left and just s of see where we want to
go from there this will sort of wrap up
our one more example of like doing our
Page Plus with our styling so let's see
how that looks next time around uh as
always if you have any questions shoot
an email to info@ developer.com but as
always go out there and have yourself a
great day a great week and we will talk
to you next time
hello this is Rob with develop andur
also known as building better developers
wanted to announce that we have school.
develop or.com feel free to check it out
if you like any of this information any
of the content that we've sent and you
would like to see more you can come out
you can enroll for free we have free
courses we've got places for you to get
better at just learning a technology or
how to you can work on your business
skills we can help you with becoming a
better developer as in coding and things
like that a lot of the stuff you've seen
on YouTube we also have out at school.
develop andur we have it a little more
of a educational format and a way for
you to track your progress as you move
forward becoming a better
[Music]
developer
Transcript Segments
0

[Music]

16.92

well hello and welcome back we are

19.68

continuing our look into some design and

22.519

uh just sort of getting a little bit of

23.64

like crash course and design we have uh

26.16

worked on our tables clean those up a

28.279

little bit so it little easier to read

30.16

this time we're going to look up here

32.64

and work at this top now there a couple

36.239

things here that we're dealing with when

38.719

we we look at how this one is laid out

41.2

is we do have uh we've got a

45.239

banner then we have got a nav bar which

48.52

is where you're normally going to see

49.92

that's where we're going to see really

51.32

our uh menu type stuff and then I think

55.28

within that Banner somewhere we've got

57.559

that image and I'm not sure where we

59.399

actually threw that that image let's go

60.6

right click on that real

63.08

quick he is living inside oh he's inside

67.04

the banner okay so we have a banner and

69.119

then we have an image inside it which is

70.88

sort of fun because it's actually

72.08

blowing outside of the

75.119

banner so that's going to be its own

77.96

little thing so we have a div we have a

81.72

banner Clash we don't really have

82.96

anything that we've done with it uh it's

84.88

it's just sort of out

86.36

there uh it's got a border sizing it's a

88.88

border box we're going to play with that

91.56

and then we're going to go look at our

94.479

navbar and I think we have already some

98.6

Navar stuff in our

100.72

custom wh so let's go look for that okay

105.68

so we do have

107.759

some what do we have

111.52

besides that oh we've got a couple so

115.119

we've got our colors got our text we've

118.36

got our toggles we've got our floats so

120.88

let's start

122.96

with by default if we look

127

here well let's go with our Banner first

129.319

so let's go look do we have a banner

131.2

here I don't think we did no CU our

133.84

Banner is

139

just he is got nothing so let's do a

142.64

little bit with our Banner let's create

144.92

a let's within a banner

148.76

class let's see what we want to do let's

151.68

start with let's give it this background

154.44

so let's see we want to give it this

156.04

background which is I believe this guy

159.519

actually let's do both let's well

162.92

actually let's look like this let's look

164.44

at our footer so if we look at our I

167.04

don't think we have two Footers let's

168.159

see do we have a standard and a regular

169.64

footer yeah we have a standard

171.68

footer

173.36

okay so let's take our standard

176.44

footer and we're going to do the same

178.76

thing

181.319

and it's going to

183.36

be let's close that out but this is

186.799

going to be our Banner now now some

188.519

things that we're going to work with

190.2

here is you can see it's got a height

192.76

it's got a width so it's going to go all

194.36

the way across which is what we want no

196.92

background image but it's got some

198.28

colors and some other stuff bottom left

201.159

so now we actually want the top to be

205.12

zero and the left to be zero because we

207.519

do want it to start over there and let's

210.599

just start with that um want to start

213.439

with that and actually while we're at

215.799

it let's look

219

here and it

223.68

is do we have a na bar we do have a nav

231.28

bar let me open this up a little bit so

234.159

I can see it a little

238.68

better

242.04

let's go

244.36

here so this is a navbar light right and

248.56

so where do we

249.92

have oh

252

that's

253.799

uh container

256.68

fluid button

261.24

Navar Navar support this is in the

264.36

collapse which I don't know that we need

266.479

we need that one

268.6

probably

273.72

so let's just well let's start with this

276.24

first because I really want to see like

278.68

if I go look at oh

281.759

here if I look at my navbar nav and my

285.72

nav

287.8

item so I've got Navar light that's

290.479

coming off of that and that gives me

291.96

this gray this color because if I go

294.68

change it to this yeah so that's my text

297.88

color and I want my Navar

302.08

light

303.919

um let's leave it like that well let's

308.88

see uh let's change it to a

312.68

Navar where we get the light there we go

315.6

background light have our

318.36

light let's do background

321.039

dark let's see yep oh say so now so we

324.52

do have a BG dark or we have a BG light

328.479

dark

330.52

let's go look

334.639

at so let's change

337.919

him okay so we're going to do a BG dark

340.52

this going to be a couple

342.44

things so we're going to have a BG

346.759

dark and all it has is a background

349.72

color so let's change that background

351.6

color to this same as a

355.56

banner and then if we look at navbar

359.039

light

361.4

let's look at Nar

367.639

dark uh there is a

372.759

navbar background that Navar dark looks

375.84

pretty good do we have it already

381.8

though I don't think we have the Navar

384

Dart do we let's go find out if we have

387.4

nav bar

390.919

na a b a r Dash do we have that anywhere

394.08

we have a nvar

397.199

default which is probably what we want

399.84

so let's go back to our

401.599

header and instead which is

407

our uh what do we call that is that nope

409.8

header so do we have Navar yeah we have

412.56

Navar

414.72

light so that's going to be uh naar

418.599

default

423.12

and we want our background

426.759

dark and then let's go over here to our

432

core let's see what this looks like uh

435.199

what else do we want well we'll go find

436.879

out in a minute so let's take a look at

441

this let's go connect once it

444.4

runs oh now we've got like so now we've

447.199

got something very different looking

450.68

and how we've got

454.96

it so let's look at that standard I

457.759

think that image we need to deal with

459.639

now part of the problem here is we have

460.919

a

461.759

Navar that is floating off we don't want

465.879

that we want it to be basically

468.12

underneath the banner and we want it to

470.319

stay there colors aren't horrible but

472.919

they aren't great so let's fix that

474.919

first so let's go with our navbar

478.319

default we want the

483.599

background uh where did our dark

485.599

background

491.08

go we

492.879

want uh this

501.08

one our

503.24

default oh there it

506.919

is so

516.24

that we

522.919

want is that the right color 1131

527.92

14d versus the

531.24

banner where we put our

533.839

Banner uh Banner Banner Banner

536.85

[Music]

538.2

Banner

541.079

is there okay so Banner it's

545.16

11314

546.8

D the nav bar

551.88

is oh that's not so background

558.44

dark I think we had that somewhere yeah

561.6

so oh that should be background

565.16

color same as a

567.36

banner interesting Y

572.36

is so if we go look at our

581.44

Banner background

585.92

color oh it's probably something a

588.279

little higher so probably our Navar I

590.959

think we

593.56

want let's change our

597.68

Navar to all

603.519

also was it with a dash no let's just do

607.399

straight up Navar and let's see what we

609.44

get

610.6

here now there's couple uh let's see so

613.44

Banner is going to have a height of 65

615.279

we probably want it a little higher so

618.64

let's knock it out to let's go to 100

621.68

that may give us well let's go look here

625.04

uh if we look at what our Banner height

628.04

is

630.959

if we go to our banner and change it to

633.16

100 does this get

635.279

us yep that lines us up with our

638.399

image so let's do that and then within

644.639

this yeah that just needs to be we can

647.079

probably clean that up so let's do this

649.88

and let's go back to our

653.16

header uh wherever I saw the header

655.32

let's go back over here let's go header

657.88

and let's change that that uh

661.72

here let's just change him

664.68

to uh let's make it an

667.399

H1 that probably will make it big enough

670.2

and make it look a little

673.279

better uh and

678.92

then we'll just make an align Center

681.48

just to be safe so little changes here

683.959

and there not

687.959

much

689.72

and then what else did we want to do

691.32

okay so that gives us our all those

694.12

pieces oh so now let's go to if we go to

697.6

our

698.8

banner and we do our positions here this

701.959

is where we're going to do the same

703

thing so

705.519

navbar we're going to have to do it so

708.079

its top is going to be at uh

717.959

101 and it's left there okay so let's

722

see what that does for

723.959

us I think that's going to give us so

726.36

that it will sit right underneath the

728.8

banner not always what we want to do but

730.6

that's what we're going to do in this

731.56

case CU hey that's who we are ah see now

735.519

it's uh position fixed that means we're

738.12

going to have to go in and make its

743.12

width

744.92

100%

746.68

and that'll go for now let's do

750.24

that who that is not what I wanted so if

752.92

I come

756.6

here let's go back here let's see what

759.56

we get so now but now it's oh that

762.72

header's got some really so if we go

766.279

to we got a couple things to fix uh one

770.56

is that is it relative position is

776.959

fixed Banner height

779.44

position is

783.399

fixed why it is if we go to well let's

787.079

log in let's go look at on a different

788.519

page real

790.68

quick so yeah so we have

793.88

this and so if we go look

801.199

here when we do

804.56

our

807.76

navbar

813.12

let's see if he cuts them to

817.199

50 let's

818.62

[Music]

820.76

do 75 that looks pretty good the problem

824.839

is now the main content is going to be

828.04

off so that means we're going to have to

832.68

take uh we're going to have to actually

835.36

put stuff into our content

843.519

so we're going to have to split him

846.12

up and make sure that he always

849.759

shows you know has something that

851.68

follows which we probably can

853.759

see look at our

855.99

[Music]

860.639

Banner uh let's see nothing really

863.399

special there oh let's go back to our

864.759

nav bar real quick so let's get our nav

866.8

bar Top's going to be 75

873.279

and let's get that we're probably going

875.079

have to come into this and change a

876.8

little

877.56

bit so if we do that uh left is where

882.279

it's supposed to be so now if we come in

885.32

we do projects and notice that it's like

889

it's always there but now we have this

891.199

in the way which is a bit of a

893.24

problem so what we're going to want to

895.12

do is we're going to put this

897.68

container

899.399

down

901

here to push this down uh let's take

905.8

that and let's take that

907.519

H1 let's go like that and maybe see if

910.48

an H2 is got a better color if we just

914.16

change uh

917.04

that to an

919.959

H2 uh it doesn't do any better do we

922.639

have colors for an H1 we do okay so I

926.8

think so let's do that real quick so

928.8

we'll go find our H1 there we go

933.639

color let's make our color something a

936.12

little bit better than that this is on

938.16

that dark

939.24

one um I saw like a red I don't want

942.199

that kind of red let's see do we have a

944.68

good oh here we go let's try like a h

947.319

it's probably too

949.04

dark right let's find out if we use that

952.8

color how does that look again this is

956.519

one of those great things is we can come

957.92

in here

962.8

oh that actually looks pretty good right

964.12

there what did I just do I think I just

966.24

nixed the

967.72

color oh yeah I just turned it

976.759

off so if I go I think I did it like

982.519

this

987.199

oh so that doesn't look horrible so

989.639

let's just do that and pull the color

993.04

off of the headers which is probably

996.68

okay what did I do

999.8

oh I got pop up getting me there okay so

1003.68

if I take the uh

1007.16

headers I don't want

1010.279

that and now what I'm going to need to

1013.759

do is I'm going to need to have like the

1016.44

main content move down

1019.44

now what I can

1022.36

do is I can probably

1025.24

take the body itself because those

1028.4

others are fixed is I could take the

1033.039

body and do

1036.919

position is going to be

1040.64

absolute and then if I do

1045.24

top that's OTP if I do top

1049.52

and push that to like

1051.23

[Music]

1055.36

125 then there we go so if I do that see

1059.48

now what I've done is I've just taken

1060.64

the body and I've said okay the header

1062.039

is always going to be there the only

1063.12

problem is

1064.08

now that's going to be I can do that but

1069.08

I'm going to see that always there so I

1070.799

can

1072.4

either bring those up and give those a z

1075.52

order or I can push the content back so

1078.12

that it just sort of Scrolls underneath

1079.84

which is probably not a bad thing so if

1081.28

I take the

1082.84

body and then I

1085.96

do a

1088.12

z index of uh I think I want it to be

1092.53

[Music]

1094.48

zero I think if I do that no because

1098.64

then I'm going to need these two because

1100.4

I would need then the

1103.039

banner let's see if I take my where did

1105.679

I put

1107.32

that

1109.2

that

1110.679

container here we go Banner so if I do a

1116.72

banner come here and do a z order or Z

1120.32

index

1121.6

of let's say

1126.32

100 then now see it goes underneath so

1129.6

I'm just take the nav bar and that and

1131.12

then it'll just scroll right underneath

1133.32

and we're going to have something pretty

1134.32

interesting so we can fix that really

1135.679

quick which we're going to go in here

1139

what did I do oh I took the body and so

1141.36

we're going to take um that's going to

1146.48

be position is going to be

1149.64

fixed and uh top is going to be I think

1152.96

we did

1155.08

125 and then we need to go to

1159.76

the oh we already have something

1162.08

interesting things there uh let's go to

1163.36

the

1164.72

Navar

1166.76

default and he's going going to be a z

1170.08

index there we go of um doesn't really

1174.32

matter what it is but we'll make them

1175.64

100 and we're going to do the same thing

1178.12

for the

1183.84

banner now it could be that this is

1185.72

going to cause US problems elsewhere but

1188.919

let's see what it looks

1192.52

like if we do this now come in we've got

1196.799

that can't really I don't have much we

1198.44

can scroll here probably because there's

1200.12

nothing on this page I think we're going

1202.36

to find

1203.36

out so if we do

1206.64

that oh so now we did it so we're not

1211

able to scroll wonder how we manag that

1214.96

one uh fixed fixed oh

1218.32

body did we do something to the body

1224.36

too oh I don't think we want it fixed I

1227

think we want it

1230.36

relative is that what we did with

1237.24

it uh let's see

1245.88

body yes we want that and we want

1254.32

it

1257.12

relative there we go that's what we

1262.52

want

1264.12

um and we could probably push it up a

1266.32

little bit so let's do relative and

1268

let's make it

1270

115 and let's see how these

1272.679

look and I think what we're going to see

1275.2

is we're starting to see something that

1276.96

has a little bit better little more

1278.799

modern look look we can scroll that's

1281.159

always good we can log

1285.4

in we can scroll if we go to our

1288.12

projects list we can

1291.08

scroll and notice we've always got our

1293.159

header and our footer we can do whatever

1294.64

we want with those but now we've always

1296.4

got something up here we can always

1298.919

click on it so now we've got pretty good

1301.32

little bit of stuff that we've added in

1303.4

there not a whole lot of work went into

1305.559

this this has mostly been playing around

1307.2

once you know what you're doing once you

1308.799

add a couple of divs or Styles then the

1311.4

next thing you know you've got a you

1313.24

know a better looking application and

1315.32

then of course you can do some more

1316.88

stuff with it so we could we could work

1318.96

on our navbar dark we could change that

1321.44

background a little bit we can probably

1323.52

will like if we take this that's

1326.279

probably not even a regular button yeah

1327.96

that's just an input

1329.48

type so if we just take that and do a

1334.039

class

1335.96

equals uh let's change that to like what

1338.32

is it button

1340.12

default and

1342.64

button then we yeah see we changed that

1345.4

so we can make that's a lot better

1346.72

looking button so we can do some stuff

1348.2

with that as well we may come back next

1350.159

time haven't decided yet whether we want

1351.64

to continue that probably won't we'll

1353.559

probably uh dig into like one or more

1355.679

thing yeah we've got one or two pages

1358.08

left and just s of see where we want to

1360.159

go from there this will sort of wrap up

1361.76

our one more example of like doing our

1363.679

Page Plus with our styling so let's see

1365.919

how that looks next time around uh as

1367.919

always if you have any questions shoot

1369

an email to info@ developer.com but as

1372.039

always go out there and have yourself a

1373.559

great day a great week and we will talk

1375.96

to you next time

1378.88

hello this is Rob with develop andur

1380.88

also known as building better developers

1383.48

wanted to announce that we have school.

1385.4

develop or.com feel free to check it out

1388.279

if you like any of this information any

1390.96

of the content that we've sent and you

1392.32

would like to see more you can come out

1394.2

you can enroll for free we have free

1396.2

courses we've got places for you to get

1399.039

better at just learning a technology or

1401.4

how to you can work on your business

1403.4

skills we can help you with becoming a

1405.96

better developer as in coding and things

1408.44

like that a lot of the stuff you've seen

1410.039

on YouTube we also have out at school.

1412.919

develop andur we have it a little more

1415

of a educational format and a way for

1417.52

you to track your progress as you move

1420.039

forward becoming a better

1424.4

[Music]

1436.88

developer