Back to articles
Nissan PSR Simulation

Nissan PSR Simulation

via Dev.tosoy

<!DOCTYPE html> <html lang= "ja" > <head> <meta charset= "UTF-8" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <title> 日産PSR投資シミュレーション — Re:Nissan成功シナリオ </title> <link href= "https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap" rel= "stylesheet" > <style> :root { --bg : #0a0b0d ; --surface : #12141a ; --surface2 : #1a1d26 ; --border : #2a2d38 ; --text : #e8e6e1 ; --text-muted : #8a8d96 ; --text-dim : #5a5d66 ; --accent : #d4a853 ; --green : #4ade80 ; --red : #f87171 ; --blue : #60a5fa ; --cyan : #22d3ee } * { margin : 0 ; padding : 0 ; box-sizing : border-box } body { background : var ( --bg ); color : var ( --text ); font-family : 'Noto Sans JP' , 'DM Mono' , monospace ; font-weight : 300 ; line-height : 1.7 } .container { max-width : 1000px ; margin : 0 auto ; padding : 32px 20px 80px } h1 { font-size : 22px ; font-weight : 700 ; margin-bottom : 4px ; color : var ( --accent )} .sub { fon

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles