<! DOCTYPE html > < html > < head > < title > Jam Digital </ title > < style > .clock { display : flex; align-items : center; justify-content : center; font-size : 4rem ; font-family : 'Roboto' , sans-serif; font-weight : bold; color : #fff; background-color : #333; padding : 2rem ; border-radius : 1px ; box-shadow : 0 5px 15px rgba( 0 , 0 , 0 , 0.3 ); } .number { width : 6rem ; height : 6rem ; display : flex; align-items : center; justify-content : center; background-color : #111; border-radius : 10px ; box-shadow : inset 05px 15px rgba( 0 , 0 , 0 , 0 ); } .divider { font-size : 4rem ; margin : 0 1rem ; color : #888; } .number::before { content : '' ; position : absolute; top : -5px ; left : -5px ; right : -...