File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ='shortcut icon ' type ='image/x-icon ' href ='images/favicon.ico ' />
9
9
</ head >
10
10
< body >
11
+ < a href ="https://github.com/Haseeb-Qureshi/n-queens-visualizer "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png "> </ a >
11
12
< div id ="root "> </ div >
12
13
< script src ="dist/bundle.js "> </ script >
13
14
</ body >
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ var Container = React.createClass({
17
17
render : function ( ) {
18
18
return (
19
19
< div className = "container" >
20
+ < h1 className = "title" > N-Queens Visualizer </ h1 >
21
+ < h2 className = "attribution" > by < a href = "https://github.com/Haseeb-Qureshi" > Haseeb Qureshi</ a > </ h2 >
20
22
< Board />
21
23
< AlgoPanel algos = { algos } />
22
24
< div className = "row" />
Original file line number Diff line number Diff line change @@ -17,6 +17,25 @@ body {
17
17
18
18
# root , # container {
19
19
overflow : auto;
20
+ margin-left : 15px ;
21
+ }
22
+
23
+ h1 .title {
24
+ margin : 30px 30px 30px 110px ;
25
+ color : # 3cb0fd ;
26
+ font-size : 48px ;
27
+ text-shadow : 1px 1px 1px # 000 ;
28
+ }
29
+
30
+ h2 .attribution {
31
+ font-size : 18px ;
32
+ margin : -20px 0px 20px 113px ;
33
+ text-decoration : italicize;
34
+ }
35
+
36
+ a {
37
+ text-decoration : none;
38
+ color : # 4cc0ff ;
20
39
}
21
40
22
41
div .algo-panel {
You can’t perform that action at this time.
0 commit comments