diff --git a/Chat/Style.css b/Chat/Style.css index 615f583..1ed0bb6 100644 --- a/Chat/Style.css +++ b/Chat/Style.css @@ -1,3 +1,9 @@ +/* +Think about using bootstrap components and grid model +it would provide more responsive layout model (control sizes will be scaled automatically +depending on screen resolution and browser window size), +minify custom CSS usage and provide a lot of pretty components +*/ .h1 { text-align: center; @@ -87,4 +93,4 @@ body{ .t1 { outline: none; border: 1px solid #999; -} \ No newline at end of file +}